|
Marsyas
0.6.0-alpha
|
Takes the output of the ADRess (i.e. the panning-frequency maps) and outputs the panning coefficient for each spectral bin (N/2+1 bins). More...
#include <ADRessStereoSpectrum.h>
Inherits MarSystem.
Public Member Functions | |
| ADRessStereoSpectrum (std::string name) | |
| ADRessStereoSpectrum (const ADRessStereoSpectrum &a) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~ADRessStereoSpectrum () | |
Takes the output of the ADRess (i.e. the panning-frequency maps) and outputs the panning coefficient for each spectral bin (N/2+1 bins).
Definition at line 33 of file ADRessStereoSpectrum.h.
| ADRessStereoSpectrum | ( | std::string | name | ) |
Definition at line 26 of file ADRessStereoSpectrum.cpp.
| ADRessStereoSpectrum | ( | const ADRessStereoSpectrum & | a | ) |
Definition at line 31 of file ADRessStereoSpectrum.cpp.
| ~ADRessStereoSpectrum | ( | ) |
Definition at line 36 of file ADRessStereoSpectrum.cpp.
Implements MarSystem.
Definition at line 41 of file ADRessStereoSpectrum.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 73 of file ADRessStereoSpectrum.cpp.
1.7.6.1