108static_assert(
sizeof(
WAV_FACT) == 12);
WAVE "fact" header structure.
std::array< uint8_t, 4 > m_chunk_id
Chunk ID 4 0x66 0x61 0x63 0x74 (i.e. "fact")
uint32_t m_number_of_sample_frames
Number of sample frames 4 32-bit unsigned integer.
uint32_t m_body_size
Chunk Body Size 4 32-bit unsigned integer.
struct WAV_LIST_HEADER WAV_LIST_HEADER
WAVE list header structure.
struct WAV_HEADER WAV_HEADER
WAVE header structure.
struct WAV_DATA_HEADER WAV_DATA_HEADER
WAVE data header structure.
struct WAV_FACT WAV_FACT
WAVE "fact" header structure.
struct WAV_HEADER_EX WAV_HEADER_EX
WAVE extended header structure.