#include "wavefile.h"
Go to the source code of this file.
Classes | |
| struct | DataChunk |
| struct | FormatChunk |
| struct | WavHeader |
Defines | |
| #define | WAV_STRING_DATA "data" |
| #define | WAV_STRING_FMT "fmt " |
| #define | WAV_STRING_RIFF "RIFF" |
| #define | WAV_STRING_WAVE "WAVE" |
| #define WAV_STRING_DATA "data" |
Definition at line 30 of file wavefile.cpp.
| #define WAV_STRING_FMT "fmt " |
Definition at line 29 of file wavefile.cpp.
| #define WAV_STRING_RIFF "RIFF" |
Definition at line 27 of file wavefile.cpp.
| #define WAV_STRING_WAVE "WAVE" |
Definition at line 28 of file wavefile.cpp.