Marsyas
0.6.0-alpha
|
#include <OverlapAdd.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
OverlapAdd (std::string name) | |
~OverlapAdd () |
perform an overlap-add operation of the input buffer. NOTE: does not apply a window function! This would be on the TODO...
Controls:
Definition at line 39 of file OverlapAdd.h.
OverlapAdd | ( | std::string | name | ) |
Definition at line 27 of file OverlapAdd.cpp.
~OverlapAdd | ( | ) |
Definition at line 32 of file OverlapAdd.cpp.
Implements MarSystem.
Definition at line 43 of file OverlapAdd.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 61 of file OverlapAdd.cpp.