ofDoc > sound > ofSoundObject

ofSoundObjectfile

Defines

Functions

ofSoundObjectclass

Represents a node in your sound dsp chain It can have one input, and one output. If it doesn't have an input, it's the beginning of the dsp chain (i.e. an oscillator or a microphone input).

Functions

process ()

ofSoundInputclass

Represents input from a sound card in your dsp chain.

Functions

audioIn ()
audioIn ()
process ()

ofSoundOutputclass

Represents the output of your dsp chain.

Functions

process ()

ofSoundMixerclass

Represents a simple mixer which adds together the output of multiple chains of ofSoundObjects.

Functions

process ()