PortAudio
2.0
|
Play different tone sine waves that alternate between left and right channel. More...
Data Structures | |
struct | paTestData |
Defines | |
#define | NUM_SECONDS (8) |
#define | SAMPLE_RATE (44100) |
#define | FRAMES_PER_BUFFER (512) |
#define | M_PI (3.14159265) |
#define | TABLE_SIZE (200) |
#define | BALANCE_DELTA (0.001) |
Functions | |
int | main (void) |
Play different tone sine waves that alternate between left and right channel.
The low tone should be on the left channel.
#define BALANCE_DELTA (0.001) |
#define FRAMES_PER_BUFFER (512) |
#define M_PI (3.14159265) |
#define NUM_SECONDS (8) |
#define SAMPLE_RATE (44100) |
#define TABLE_SIZE (200) |
int main | ( | void | ) |