Marsyas
0.6.0-alpha
|
Convert mono to stereo by copying. More...
#include <Mono2Stereo.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Mono2Stereo (std::string name) | |
Mono2Stereo (const Mono2Stereo &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~Mono2Stereo () |
Convert mono to stereo by copying.
Convert mono to stereo by copying - if input is not mono just propagate.
Controls: none.
Definition at line 38 of file Mono2Stereo.h.
Mono2Stereo | ( | std::string | name | ) |
Definition at line 25 of file Mono2Stereo.cpp.
Mono2Stereo | ( | const Mono2Stereo & | a | ) |
Definition at line 37 of file Mono2Stereo.cpp.
~Mono2Stereo | ( | ) |
Definition at line 41 of file Mono2Stereo.cpp.
Implements MarSystem.
Definition at line 46 of file Mono2Stereo.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 86 of file Mono2Stereo.cpp.