| 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 |
Parameters| float[] target | Array reference | | int from | Range start sample (inclusive) | | int to | Range end sample (exclusive) |
|