Functions

ofSoundStream.h File Reference

#include "ofConstants.h"
#include "ofBaseApp.h"
#include "ofEvents.h"
#include "ofMath.h"

Go to the source code of this file.

Functions

void ofSoundStreamSetup (int nOutputChannels, int nInputChannels, ofBaseApp *OFSA=NULL)
void ofSoundStreamSetup (int nOutputChannels, int nInputChannels, int sampleRate, int bufferSize, int nBuffers)
void ofSoundStreamSetup (int nOutputChannels, int nInputChannels, ofBaseApp *OFSA, int sampleRate, int bufferSize, int nBuffers)
void ofSoundStreamStop ()
void ofSoundStreamStart ()
void ofSoundStreamClose ()
void ofSoundStreamListDevices ()

Function Documentation

void ofSoundStreamClose (  )
void ofSoundStreamListDevices (  )
void ofSoundStreamSetup ( int  nOutputChannels,
int  nInputChannels,
ofBaseApp OFSA,
int  sampleRate,
int  bufferSize,
int  nBuffers 
)
void ofSoundStreamSetup ( int  nOutputChannels,
int  nInputChannels,
int  sampleRate,
int  bufferSize,
int  nBuffers 
)
void ofSoundStreamSetup ( int  nOutputChannels,
int  nInputChannels,
ofBaseApp OFSA = NULL 
)
void ofSoundStreamStart (  )
void ofSoundStreamStop (  )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines