SoundMax
Returns the maximum value of a sound’s waveform.
Syntax
-
SoundMax(s)
-
s
is a sound
-
Description
SoundMax(s)
returns the maximum value of the waveform of s
as a normalised value in [0, 1].
Examples
SoundMax(SineTone(200, 0.3, 1))
0.299999999953