ConvertAudio
Converts a sound to a new bit depth.
Syntax
-
ConvertAudio(s, b)
-
s
is a sound -
b
is a positive integer
-
Description
If s
is a sound and b
a supported bit depth in bits per sample, then ConvertAudio(s, b)
returns s
converted to bit depth b
. At least 8
, 16
, and 32
bits per sample are supported.