diff src/audio/SDL_wave.h @ 1994:6abc7e6f9817

Added int32 adn float32 support to SDL_LoadWAV_RW().
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 31 Aug 2006 21:00:10 +0000
parents c121d94672cb
children 99210400e8b9
line wrap: on
line diff
--- a/src/audio/SDL_wave.h	Thu Aug 31 20:59:42 2006 +0000
+++ b/src/audio/SDL_wave.h	Thu Aug 31 21:00:10 2006 +0000
@@ -34,6 +34,7 @@
 #define DATA		0x61746164      /* "data" */
 #define PCM_CODE	0x0001
 #define MS_ADPCM_CODE	0x0002
+#define IEEE_FLOAT_CODE	0x0003
 #define IMA_ADPCM_CODE	0x0011
 #define MP3_CODE	0x0055
 #define WAVE_MONO	1