add macro for float handling

This commit is contained in:
Alexandre Ratchov 2014-12-28 14:48:57 +01:00
parent e3cd03ec58
commit 62d7597747
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
* Encoding IDs used in .wav headers.
*/
#define WAV_ENC_PCM 1
#define WAV_ENC_FLOAT 3
#define WAV_ENC_ALAW 6
#define WAV_ENC_ULAW 7
#define WAV_ENC_EXT 0xfffe