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