PortAudio
2.0
|
Play a sine wave for several seconds using the blocking API (Pa_WriteStream()) More...
Go to the source code of this file.
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 sine wave for several seconds using the blocking API (Pa_WriteStream())
@author Ross Bencina <rossb@audiomulch.com>
Definition in file paex_write_sine.c.