Searched defs:wav_header (Results 1 – 1 of 1) sorted by relevance
107 struct wav_header { struct108 uint32_t riff_id;109 uint32_t riff_sz;110 uint32_t riff_fmt;111 uint32_t fmt_id;112 uint32_t fmt_sz;113 uint16_t audio_format;114 uint16_t num_channels;115 uint32_t sample_rate;116 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */[all …]