static int wavChannels(File f) { temp WAVDecoder decoder = new(fileInputStream(f)); ret decoder.channels; }