| float[] Lerp(float[] samples, int to)Resamples a single channel with medium quality (linear interpolation).Visibility | Public | Modifiers | static | Returns | Returns a resampled version of the given array |
Parametersfloat[] samples | Samples of the source channel | int to | New sample count |
|