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