#include <Resample.h>
Inherits Marsyas::MarSystem.
Public Member Functions | |
| Resample (std::string name) | |
Normally this Marsystem expects as input samples witch are to be interpolated. Multiple observations will be interpolated independently.
Controls: mrs_bool ctrl_tangentMode - false: (default)tangent at interpolation point is derived from the previous and immediately following sample; true: tangents at each interpolation point are parallel to the axis along the indices of the samples which alows for smooth transition at frame endings, maximum amplitude will be limited to the maximum prior to interpolation mrs_bool ctrl_samplingRateAdjustmentMode - adjust new resulting SamplingRate for following Marsystems mrs_real stretch - desired stretch ratio (number of output samples = input number of samples*stretch) mrs_real offStart - (default:0) offset from the start (towards the end) of the Samples (if only a part of the samples should be used to interpolate) mrs_real offEnd - (default:0) offset from the end (towards the start) of the Samples (if only a part of the samples should be used to interpolate)
Definition at line 54 of file Resample.h.
| Resample | ( | std::string | name | ) |
Marsystem for resampling the audio Samplingrate
Definition at line 33 of file Resample.cpp.
1.5.6