PortAudio
2.0
|
Play a few seconds of silence followed by a few cycles of a sine wave. Tests to make sure that pa_StopStream() completes playback in blocking I/O. More...
Macros | |
#define | NUM_SECONDS (5) |
#define | SAMPLE_RATE (44100) |
#define | FRAMES_PER_BUFFER (1024) |
#define | M_PI (3.14159265) |
#define | TABLE_SIZE (200) |
Functions | |
int | main (void) |
Play a few seconds of silence followed by a few cycles of a sine wave. Tests to make sure that pa_StopStream() completes playback in blocking I/O.
#define FRAMES_PER_BUFFER (1024) |
#define M_PI (3.14159265) |
#define NUM_SECONDS (5) |
#define SAMPLE_RATE (44100) |
#define TABLE_SIZE (200) |
int main | ( | void | ) |