static int wavIsStereo(File f) {
  ret wavChannels(f) > 1;
}