|
PortAudio 2.0
|
Test reported stream latencies for monotonicity constraints. More...
Macros | |
| #define | NUM_SECONDS (5) |
| #define | SAMPLE_RATE (44100) |
| #define | FRAMES_PER_BUFFER (64) |
| #define | INDENT " " |
Functions | |
| int | main (void) |
Variables | |
| int | g_testsPassed = 0 |
| int | g_testsFailed = 0 |
Test reported stream latencies for monotonicity constraints.
| #define FRAMES_PER_BUFFER (64) |
| #define INDENT " " |
| #define NUM_SECONDS (5) |
| #define SAMPLE_RATE (44100) |
| int main | ( | void | ) |
References Pa_GetErrorText(), Pa_Initialize(), Pa_Terminate(), and paNoError.
| int g_testsFailed = 0 |
| int g_testsPassed = 0 |
Accumulate counts for how many tests pass or fail.