/*
* ENUM: SE_SOUND_FORMAT_ENUM
*
* Type definitions for sound formats
*/
| typedef | enum |
| { |
| SE_AIFF, | (notes) |
| SE_AIFC, | (notes) |
| SE_AU, | (notes) |
| SE_AUDIO_BASIC, | (notes) |
| SE_AUDIO_MPEG, |
| SE_HCOM, | (notes) |
| SE_MIDI, |
| SE_MOD, | (notes) |
| SE_QUICKTIME_SOUND, | (notes) |
| SE_RA, | (notes) |
| SE_RED_BOOK, | (notes) |
| SE_VOC, | (notes) |
| SE_WAV | (notes) |
} SE_SOUND_FORMAT_ENUM;
Enumerator Notes
Audio Interchange File Format
extension of AIFF with compression
sometimes saved as .snd files
MIME standard
Mac based, uses Huffman compressed data - data
is 8 bits unsigned data after decompression
includes digitized samples and sequencing data
because it's possible to store a file in
QuickTime that only contains sound
Real Audio by Progressive Networks
standard audio CD format
Creative Labs Inc. VOiCe format (SoundBlaster)
Microsoft WAVeform
Prev: SE_SHADE_METHOD_ENUM.
Next: SE_SPACING_ENUM.
Up:Index