diff options
Diffstat (limited to 'include/xas')
-rw-r--r-- | include/xas/riff.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xas/riff.h b/include/xas/riff.h index 693aa9a..6e097c3 100644 --- a/include/xas/riff.h +++ b/include/xas/riff.h @@ -6,6 +6,11 @@ #include <xas/audio.h> +#define XAS_RIFF_HEADER_MAIN_ID "RIFF" +#define XAS_RIFF_HEADER_WAVE_ID "WAVE" +#define XAS_RIFF_HEADER_WAVE_FMT_ID "fmt " +#define XAS_RIFF_HEADER_WAVE_DATA_ID "data" + #define XAS_RIFF_WAVE_DEFAULT_TYPE 1 #pragma pack(1) |