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