Marsyas
0.6.0-alpha
|
Abstract interface for sound file sinks. More...
#include <SoundFileSink.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
virtual void | myProcess (realvec &in, realvec &out) |
Processes data. | |
void | putFloat (mrs_natural c, realvec &win) |
virtual void | putHeader () |
SoundFileSink (std::string name) | |
SoundFileSink (const SoundFileSink &a) | |
bool | updateBackend () |
~SoundFileSink () |
Abstract interface for sound file sinks.
Abstract base class for any type of sound file input. Specific IO classes for various formats like AuFileSink are children of this class.
Controls:
Definition at line 42 of file SoundFileSink.h.
SoundFileSink | ( | std::string | name | ) |
Definition at line 34 of file SoundFileSink.cpp.
SoundFileSink | ( | const SoundFileSink & | a | ) |
Definition at line 42 of file SoundFileSink.cpp.
~SoundFileSink | ( | ) |
Definition at line 55 of file SoundFileSink.cpp.
Implements MarSystem.
Definition at line 50 of file SoundFileSink.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 184 of file SoundFileSink.cpp.
void putFloat | ( | mrs_natural | c, |
realvec & | win | ||
) |
Definition at line 206 of file SoundFileSink.cpp.
void putHeader | ( | ) | [virtual] |
Definition at line 77 of file SoundFileSink.cpp.
bool updateBackend | ( | ) |
Definition at line 88 of file SoundFileSink.cpp.