Home
last modified time | relevance | path

Searched defs:wav_header (Results 1 – 1 of 1) sorted by relevance

/system/extras/sound/
Dplaywav.c108 struct wav_header { struct
109 uint32_t riff_id;
110 uint32_t riff_sz;
111 uint32_t riff_fmt;
112 uint32_t fmt_id;
113 uint32_t fmt_sz;
114 uint16_t audio_format;
115 uint16_t num_channels;
116 uint32_t sample_rate;
117 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
[all …]