static L<File> listWAVFiles(File dir) {
  ret filesWithExtensionIn(dir, ".wav");
}