|
Marsyas
0.6.0-alpha
|
Takes the output of the enhADRess and outputs the panning coefficient for each spectral bin (N/2+1 bins). More...
#include <EnhADRessStereoSpectrum.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| EnhADRessStereoSpectrum (std::string name) | |
| EnhADRessStereoSpectrum (const EnhADRessStereoSpectrum &a) | |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~EnhADRessStereoSpectrum () | |
Takes the output of the enhADRess and outputs the panning coefficient for each spectral bin (N/2+1 bins).
Definition at line 34 of file EnhADRessStereoSpectrum.h.
| EnhADRessStereoSpectrum | ( | std::string | name | ) |
Definition at line 25 of file EnhADRessStereoSpectrum.cpp.
| EnhADRessStereoSpectrum | ( | const EnhADRessStereoSpectrum & | a | ) |
Definition at line 30 of file EnhADRessStereoSpectrum.cpp.
Definition at line 35 of file EnhADRessStereoSpectrum.cpp.
Implements MarSystem.
Definition at line 40 of file EnhADRessStereoSpectrum.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 70 of file EnhADRessStereoSpectrum.cpp.
1.7.6.1