Go to the source code of this file.
Classes | |
class | cinder::audio::SampleRecorderNode |
Base Node class for recording audio samples. Inherits from NodeAudioPullable, and therefore does not need to be connected to an output. More... | |
class | cinder::audio::BufferRecorderNode |
Records its inputs to a Buffer. The Buffer record size should be specified by the user (the default size is 44100 frames). Also supports writing the recorded samples to file. More... | |
Namespaces | |
cinder | |
cinder::audio | |
Typedefs | |
typedef std::shared_ptr< class SampleRecorderNode > | cinder::audio::SampleRecorderNodeRef |
typedef std::shared_ptr< class BufferRecorderNode > | cinder::audio::BufferRecorderNodeRef |