#include "ofSoundStream.h"
#include "RtAudio.h"
Functions | |
int | receiveAudioBufferAndCallSimpleApp (char *buffer, int bufferSize, void *data) |
void | ofSoundStreamSetup (int nOutputs, int nInputs, ofBaseApp *OFSA) |
void | ofSoundStreamSetup (int nOutputs, int nInputs, int sampleRate, int bufferSize, int nBuffers) |
void | ofSoundStreamSetup (int nOutputs, int nInputs, ofBaseApp *OFSA, int sampleRate, int bufferSize, int nBuffers) |
void | ofSoundStreamStop () |
void | ofSoundStreamStart () |
void | ofSoundStreamClose () |
void | ofSoundStreamListDevices () |
Variables | |
RtAudio * | audio |
int | nInputChannels |
int | nOutputChannels |
ofAudioEventArgs | audioEventArgs |
void ofSoundStreamClose | ( | ) |
void ofSoundStreamListDevices | ( | ) |
void ofSoundStreamSetup | ( | int | nOutputs, |
int | nInputs, | ||
int | sampleRate, | ||
int | bufferSize, | ||
int | nBuffers | ||
) |
void ofSoundStreamSetup | ( | int | nOutputs, |
int | nInputs, | ||
ofBaseApp * | OFSA, | ||
int | sampleRate, | ||
int | bufferSize, | ||
int | nBuffers | ||
) |
void ofSoundStreamSetup | ( | int | nOutputs, |
int | nInputs, | ||
ofBaseApp * | OFSA | ||
) |
void ofSoundStreamStart | ( | ) |
void ofSoundStreamStop | ( | ) |
int receiveAudioBufferAndCallSimpleApp | ( | char * | buffer, |
int | bufferSize, | ||
void * | data | ||
) |
RtAudio* audio |
ofAudioEventArgs audioEventArgs |
int nInputChannels |
int nOutputChannels |