| float[] CatmullRom(float[] samples, int to)Resamples a single channel with high quality (Catmull-Rom spline).| Visibility | Public | | Modifiers | static | | Returns | Returns a resampled version of the given array |
Parameters| float[] samples | Samples of the source channel | | int to | New sample count |
|