PortAudio
2.0
|
Play a sine wave for several seconds, pausing in the middle. Uses the Pa_GetStreamTime() call. More...
Data Structures | |
struct | paTestData |
Macros | |
#define | NUM_SECONDS (8) |
#define | SAMPLE_RATE (44100) |
#define | FRAMES_PER_BUFFER (64) |
#define | M_PI (3.14159265) |
#define | TWOPI (M_PI * 2.0) |
#define | TABLE_SIZE (200) |
Functions | |
int | main (void) |
Play a sine wave for several seconds, pausing in the middle. Uses the Pa_GetStreamTime() call.
#define FRAMES_PER_BUFFER (64) |
#define M_PI (3.14159265) |
#define NUM_SECONDS (8) |
#define SAMPLE_RATE (44100) |
#define TABLE_SIZE (200) |
#define TWOPI (M_PI * 2.0) |
int main | ( | void | ) |