| PortAudio 2.0
    | 
Play a non-interleaved sine wave 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 non-interleaved sine wave using the blocking API (Pa_WriteStream())
Definition in file paex_write_sine_nonint.c.
| #define FRAMES_PER_BUFFER (1024) | 
Definition at line 51 of file paex_write_sine_nonint.c.
| #define M_PI (3.14159265) | 
Definition at line 54 of file paex_write_sine_nonint.c.
| #define NUM_SECONDS (5) | 
Definition at line 49 of file paex_write_sine_nonint.c.
| #define SAMPLE_RATE (44100) | 
Definition at line 50 of file paex_write_sine_nonint.c.
| #define TABLE_SIZE (200) | 
Definition at line 57 of file paex_write_sine_nonint.c.
| int main | ( | void | ) | 
Definition at line 61 of file paex_write_sine_nonint.c.