Om  1.0.0
A universal framework for multimedia simulation
Classes | Namespaces | Typedefs
omSoundCallbackStream.h File Reference
#include "omSoundBaseConfig.h"
#include "omSoundInputStream.h"
#include "omSoundFrame.h"

Classes

class  om::sound::base::SoundCallbackStream
 A class that wraps a function callback source of sound samples as a SoundInputStream. More...
 

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::sound
 A namespace that handles sound input, output, and processing.
 
 om::sound::base
 A namespace containing basic sound classes for samples, buffers, and others types.
 

Typedefs

typedef Function< SoundResult(SoundFrame &outputFrame, Size numSamples) > om::sound::base::SoundCallback
 A function object that handles sound callback events that generated sound samples. More...