|
|
|||
|
|
|
| MATHEMATICA IMPORT/EXPORT FORMAT | See Also »|More About » |
| MIME type: audio/x-wav Microsoft WAV audio format. Used for storage and interchange of audio data on Windows, in audio recording and processing, and on the web. Binary file format. Known as wave form audio format. Variant of the Microsoft RIFF bitstream format. Typically stores uncompressed sampled audio as pulse-code modulation (PCM) data. Also supports several codecs for compressed audio. Supports arbitrary sampling frequency, arbitrary number of channels, and arbitrary bit depth. Stores up to 4 GB of audio data in a single file. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties, and settings |
| "Data" | raw audio samples, given as a list of lists of real numbers, each sublist representing an individual audio channel | |
| "SampledSoundList" | WAV file given as SampledSoundList | |
| "Sound" | WAV file represented as a Sound object |
| SampleRate | Automatic | number of amplitude samples per second for each channel |
| "AudioChannels" | Automatic | the number of audio channels in the file | |
| "AudioEncoding" | "Integer16" | how samples are encoded |
| "UnsignedInteger8" | Unsigned 8-bit PCM | |
| "Integer16" | 16-bit PCM | |
| "Integer24" | 24-bit PCM | |
| "Integer32" | 32-bit PCM | |
| "Real32" | 32-bit IEEE floating point | |
| "Real64" | 64-bit IEEE floating point | |
| "aLaw" | a-Law 4-bit PCM (ITU-T G.711) | |
| "uLaw" | ||
| "IMA-ADPCM" | IMA 4-bit ADPCM | |
| "MS-ADPCM" | Microsoft 4-bit ADPCM | |
| "GSM610" | GSM 6.10 codec (ETSI 6.10 standard) |