| float GetPeak(float[] target, int from, int to)Get the peak amplitude in a partial audio signal.Visibility | Public | Modifiers | static | Returns | Peak amplitude in the given range |
Parametersfloat[] target | Array reference | int from | Range start sample (inclusive) | int to | Range end sample (exclusive) |
|