Marsyas
0.6.0-alpha
|
Compressor/Expander. More...
#include <CompExp.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
CompExp (std::string name) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~CompExp () |
Compressor/Expander.
Acts as a compressor or expander: scales the signal above a desired threshold.
Controls:
CompExp | ( | std::string | name | ) |
Definition at line 27 of file CompExp.cpp.
~CompExp | ( | ) |
Definition at line 35 of file CompExp.cpp.
Implements MarSystem.
Definition at line 41 of file CompExp.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 97 of file CompExp.cpp.