PortAudio 2.0
|
Play different tone sine waves that alternate between left and right channel. More...
Data Structures | |
struct | paTestData |
Macros | |
#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.001f) |
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.001f) |
#define FRAMES_PER_BUFFER (512) |
Referenced by main().
#define M_PI (3.14159265) |
Referenced by main().
#define NUM_SECONDS (8) |
#define SAMPLE_RATE (44100) |
Referenced by main().
#define TABLE_SIZE (200) |
Referenced by main().
int main | ( | void | ) |
References PaStreamParameters::channelCount, paTestData::currentBalance, PaDeviceInfo::defaultLowOutputLatency, PaStreamParameters::device, FRAMES_PER_BUFFER, PaStreamParameters::hostApiSpecificStreamInfo, paTestData::left_phase, M_PI, Pa_CloseStream(), Pa_GetDefaultOutputDevice(), Pa_GetDeviceInfo(), Pa_GetErrorText(), Pa_Initialize(), Pa_OpenStream(), Pa_Sleep(), Pa_StartStream(), Pa_StopStream(), Pa_Terminate(), paClipOff, paFloat32, paNoDevice, paNoError, paTestData::right_phase, SAMPLE_RATE, PaStreamParameters::sampleFormat, paTestData::sine, PaStreamParameters::suggestedLatency, TABLE_SIZE, and paTestData::targetBalance.