Functions | Variables

ofSoundStream.cpp File Reference

#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

Function Documentation

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 
)

Variable Documentation

RtAudio* audio
ofAudioEventArgs audioEventArgs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines