sbool is16KMonoWAVFile(File audioFile) { ret isRIFFFileByContent(audioFile) && eq(wavSampleRateAndChannels(audioFile), pair(16000f, 1)); }