Formats - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


AudioTools

  

Formats

  

list the supported audio I/O formats

 

Calling Sequence

Description

Examples

Calling Sequence

Formats

Description

• 

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].

Examples

withAudioTools:

Formats

WAVE

(1)

See Also

Array

AudioTools

AudioTools[Read]

AudioTools[Write]

Matrix

Vector