static Pair wavSampleRateAndChannels(File f) { temp WAVDecoder decoder = new(fileInputStream(f)); ret pair(decoder.sampleRate, decoder.channels); }