reactor-c
C Runtime for Lingua Franca
|
Data Fields | |
char | subchunk_id [4] |
uint32_t | subchunk_size |
uint16_t | audio_format |
uint16_t | num_channels |
uint32_t | sample_rate |
uint32_t | byte_rate |
uint16_t | BlockAlign |
uint16_t | bits_per_sample |
The first subchunk within a .wav file is a 'fmt ' chunk, identified by an ID that is an int formed by the sequence of four chars 'fmt '.
uint16_t lf_wav_format_t::audio_format |
uint16_t lf_wav_format_t::bits_per_sample |
uint16_t lf_wav_format_t::BlockAlign |
uint32_t lf_wav_format_t::byte_rate |
uint16_t lf_wav_format_t::num_channels |
uint32_t lf_wav_format_t::sample_rate |
char lf_wav_format_t::subchunk_id[4] |
uint32_t lf_wav_format_t::subchunk_size |