reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
lf_wav_format_t Struct Reference

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
 

Detailed Description

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 '.

Field Documentation

◆ audio_format

uint16_t lf_wav_format_t::audio_format

◆ bits_per_sample

uint16_t lf_wav_format_t::bits_per_sample

◆ BlockAlign

uint16_t lf_wav_format_t::BlockAlign

◆ byte_rate

uint32_t lf_wav_format_t::byte_rate

◆ num_channels

uint16_t lf_wav_format_t::num_channels

◆ sample_rate

uint32_t lf_wav_format_t::sample_rate

◆ subchunk_id

char lf_wav_format_t::subchunk_id[4]

◆ subchunk_size

uint32_t lf_wav_format_t::subchunk_size

The documentation for this struct was generated from the following file: