#include <stdio.h>
#include <math.h>
#include <windows.h>
#include <mmsystem.h>
#include "portaudio.h"
#include "pa_win_wmme.h"
Define Documentation
#define CHANNEL_COUNT (6) |
#define FRAMES_PER_BUFFER (64) |
#define M_PI (3.14159265) |
#define SAMPLE_RATE (44100) |
Function Documentation
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
References CHANNEL_COUNT, PaStreamParameters::channelCount, PaWinMmeStreamInfo::channelMask, paTestData::currentChannel, paTestData::cycleCount, PaDeviceInfo::defaultLowOutputLatency, PaHostApiInfo::defaultOutputDevice, PaStreamParameters::device, PaWinMmeStreamInfo::flags, FRAMES_PER_BUFFER, PaStreamParameters::hostApiSpecificStreamInfo, PaWinMmeStreamInfo::hostApiType, M_PI, NUM_SECONDS, Pa_CloseStream(), Pa_GetDeviceInfo(), Pa_GetErrorText(), Pa_GetHostApiInfo(), Pa_HostApiTypeIdToHostApiIndex(), Pa_Initialize(), Pa_IsFormatSupported(), Pa_OpenStream(), Pa_Sleep(), Pa_StartStream(), Pa_StopStream(), Pa_Terminate(), paClipOff, paFloat32, paFormatIsSupported, paMME, paNoError, PAWIN_SPEAKER_5POINT1, paWinMmeUseChannelMask, paTestData::phase, SAMPLE_RATE, PaStreamParameters::sampleFormat, paTestData::sine, PaWinMmeStreamInfo::size, PaStreamParameters::suggestedLatency, TABLE_SIZE, and PaWinMmeStreamInfo::version.