Marsyas
0.6.0-alpha
|
MP3FileSink for .MP3 soundfiles. More...
#include <MP3FileSink.h>
Inherits AbsSoundFileSink.
Public Member Functions | |
bool | checkExtension (std::string filename) |
MarSystem * | clone () const |
MP3FileSink (std::string name) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
void | putHeader (std::string filename) |
~MP3FileSink () |
MP3FileSink for .MP3 soundfiles.
SoundFileSink writer for .MP3 sound files.
Definition at line 39 of file MP3FileSink.h.
MP3FileSink | ( | std::string | name | ) |
Definition at line 27 of file MP3FileSink.cpp.
~MP3FileSink | ( | ) |
Definition at line 40 of file MP3FileSink.cpp.
bool checkExtension | ( | std::string | filename | ) |
Definition at line 80 of file MP3FileSink.cpp.
Implements MarSystem.
Definition at line 61 of file MP3FileSink.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements AbsSoundFileSink.
Definition at line 169 of file MP3FileSink.cpp.
void putHeader | ( | std::string | filename | ) | [virtual] |
Implements AbsSoundFileSink.
Definition at line 163 of file MP3FileSink.cpp.