|
Marsyas
0.6.0-alpha
|
Resampling in linear, bezier, nearest-neighbour, or sinc mode. More...
#include <Resample.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| Resample (std::string name) | |
| Resample (const Resample &a) | |
| ~Resample () | |
Resampling in linear, bezier, nearest-neighbour, or sinc mode.
This MarSystem internally instantiates another MarSystem that does the actual work, depending on the 'resamplingMode' control.
Controls:
Definition at line 61 of file Resample.h.
| Resample | ( | std::string | name | ) |
Marsystem for resampling the audio Samplingrate
Definition at line 33 of file Resample.cpp.
Definition at line 47 of file Resample.cpp.
| ~Resample | ( | ) |
Definition at line 96 of file Resample.cpp.
Implements MarSystem.
Definition at line 103 of file Resample.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 191 of file Resample.cpp.
1.7.6.1