| float[] Adaptive(float[] samples, int to, QualityModes quality)Resamples a single channel with the quality set by the user.Visibility | Public | Modifiers | static | Returns | Resampled version of the input channel |
Parametersfloat[] samples | Samples of the source channel | int to | New sample count | QualityModes quality | Listener audio quality |
|