|
Marsyas
0.6.0-alpha
|
A bank of sine wave oscillators used for phasevocoding. More...
#include <PvOscBank.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| void | process1 (realvec &in, realvec &out) |
| PvOscBank (std::string name) | |
| PvOscBank (const PvOscBank &) | |
| ~PvOscBank () | |
A bank of sine wave oscillators used for phasevocoding.
Definition at line 33 of file PvOscBank.h.
| PvOscBank | ( | std::string | name | ) |
Definition at line 24 of file PvOscBank.cpp.
Definition at line 37 of file PvOscBank.cpp.
| ~PvOscBank | ( | ) |
Definition at line 53 of file PvOscBank.cpp.
Implements MarSystem.
Definition at line 58 of file PvOscBank.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 198 of file PvOscBank.cpp.
1.7.6.1