#include "cinder/audio/InputNode.h"
#include "cinder/audio/SamplePlayerNode.h"
#include "cinder/audio/Source.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | cinder::audio::Voice |
Interface for performing high-level audio playback tasks. More... | |
struct | cinder::audio::Voice::Options |
Optional parameters passed into Voice::create() methods. More... | |
class | cinder::audio::VoiceSamplePlayerNode |
Concrete Voice for sample playback. More... | |
class | cinder::audio::VoiceCallbackProcessor |
Concrete Voice for processing audio with a callback function. More... | |
Namespaces | |
cinder | |
cinder::audio | |
Typedefs | |
typedef std::shared_ptr< class Voice > | cinder::audio::VoiceRef |
typedef std::shared_ptr< class VoiceSamplePlayerNode > | cinder::audio::VoiceSamplePlayerNodeRef |