Marsyas
0.6.0-alpha
|
Computes the panning index for each spectrum bin of a stereo input. More...
#include <StereoSpectrum.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
StereoSpectrum (std::string name) | |
StereoSpectrum (const StereoSpectrum &) | |
~StereoSpectrum () |
Computes the panning index for each spectrum bin of a stereo input.
Input is expected to be the output of a parallel of two Spectrum MarSystems, one for each stereo channel).
Definition at line 35 of file StereoSpectrum.h.
StereoSpectrum | ( | std::string | name | ) |
Definition at line 24 of file StereoSpectrum.cpp.
StereoSpectrum | ( | const StereoSpectrum & | a | ) |
Definition at line 29 of file StereoSpectrum.cpp.
~StereoSpectrum | ( | ) |
Definition at line 34 of file StereoSpectrum.cpp.
Implements MarSystem.
Definition at line 44 of file StereoSpectrum.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 68 of file StereoSpectrum.cpp.