1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

add macro for float handling

This commit is contained in:
Alexandre Ratchov 2014-12-28 14:48:57 +01:00
parent e3cd03ec58
commit 62d7597747

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