| float GetPeak(float[] target, int samples, int channel, int channels)Get the peak amplitude of a given channel in a multichannel array.Visibility | Public | Modifiers | static | Returns | Peak amplitude of the channel |
Parametersfloat[] target | Array reference | int samples | Samples per channel | int channel | Target channel | int channels | Channel count |
|