static float wavSampleRate(File/S f) { temp WAVDecoder decoder = new(fileInputStream(f)); ret decoder.sampleRate; }