reactor-c
C Runtime for Lingua Franca
|
Data Fields | |
char | chunk_id [4] |
uint32_t | chunk_size |
char | format [4] |
The top-level 'chunk' of a .wav file is a 'RIFF' chunk, identified by an ID that is an int formed by the sequence of four chars 'RIFF'.
char lf_wav_riff_t::chunk_id[4] |
uint32_t lf_wav_riff_t::chunk_size |
char lf_wav_riff_t::format[4] |