AudioTools
Formats
list the supported audio I/O formats
Calling Sequence
Description
Examples
The Formats variable is a set containing the names of audio formats supported by AudioTools[Read] and AudioTools[Write].
Currently, AudioTools supports only WAVE files. There are multiple sub-formats of WAVE files, with the three most common being PCM (sub-format 1), ADPCM (sub-format 2), and IEEE_FLOAT (sub-format 3).
PCM, ADPCM, and IEEE_FLOAT WAVE files can be read by AudioTools[Read].
Only PCM and IEEE_FLOAT WAVE files can be written by AudioTools[Write].
with⁡AudioTools:
WAVE
See Also
Array
AudioTools[Read]
AudioTools[Write]
Matrix
Vector
Download Help Document