Searched refs:audio_format (Results 1 – 3 of 3) sorted by relevance
77 uint16_t audio_format; member447 hdr.audio_format = FORMAT_PCM; in rec_wav()471 hdr.audio_format == FORMAT_PCM ? "PCM" : "unknown"); in rec_wav()
73 uint16_t audio_format; member533 if ((hdr.audio_format != FORMAT_PCM) || in play_wav()
125 enum audio_format { enum