Mercurial > sdl-ios-xcode
comparison src/audio/SDL_wave.h @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | d910939febfa |
children | 782fd950bd46 a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
33 #define FMT 0x20746D66 /* "fmt " */ | 33 #define FMT 0x20746D66 /* "fmt " */ |
34 #define DATA 0x61746164 /* "data" */ | 34 #define DATA 0x61746164 /* "data" */ |
35 #define PCM_CODE 0x0001 | 35 #define PCM_CODE 0x0001 |
36 #define MS_ADPCM_CODE 0x0002 | 36 #define MS_ADPCM_CODE 0x0002 |
37 #define IMA_ADPCM_CODE 0x0011 | 37 #define IMA_ADPCM_CODE 0x0011 |
38 #define MP3_CODE 0x0055 | |
38 #define WAVE_MONO 1 | 39 #define WAVE_MONO 1 |
39 #define WAVE_STEREO 2 | 40 #define WAVE_STEREO 2 |
40 | 41 |
41 /* Normally, these three chunks come consecutively in a WAVE file */ | 42 /* Normally, these three chunks come consecutively in a WAVE file */ |
42 typedef struct WaveFMT { | 43 typedef struct WaveFMT { |