libdragon
|
Header of a WAV64 file. More...
#include <wav64internal.h>
Header of a WAV64 file.
char wav64_header_t::id[4] |
ID of the file (WAV64_ID)
int8_t wav64_header_t::version |
Version of the file (WAV64_FILE_VERSION)
int8_t wav64_header_t::format |
Format of the file (WAV64_FORMAT_RAW)
int8_t wav64_header_t::channels |
Number of interleaved channels.
int8_t wav64_header_t::nbits |
Width of sample in bits (8 or 16)
int32_t wav64_header_t::freq |
Default playback frequency.
int32_t wav64_header_t::len |
Length of the file (in samples)
int32_t wav64_header_t::loop_len |
Length of the loop since file end (or 0 if no loop)
int32_t wav64_header_t::start_offset |
Offset of the first sample in the file.