|
PortAudio
2.0
|
Play a sine wave for several seconds. Start and stop the stream multiple times. More...
Data Structures | |
| struct | paTestData |
Macros | |
| #define | OUTPUT_DEVICE Pa_GetDefaultOutputDevice() /* default output device */ |
| #define | NUM_SECONDS (3) |
| #define | NUM_LOOPS (4) |
| #define | SAMPLE_RATE (44100) |
| #define | FRAMES_PER_BUFFER (400) |
| #define | M_PI (3.14159265) |
| #define | TABLE_SIZE (200) |
Functions | |
| int | main (void) |
Play a sine wave for several seconds. Start and stop the stream multiple times.
| #define FRAMES_PER_BUFFER (400) |
| #define M_PI (3.14159265) |
| #define NUM_LOOPS (4) |
| #define NUM_SECONDS (3) |
| #define OUTPUT_DEVICE Pa_GetDefaultOutputDevice() /* default output device */ |
| #define SAMPLE_RATE (44100) |
| #define TABLE_SIZE (200) |
| int main | ( | void | ) |
1.8.5