!7 lib 1014508 // JavaMP3 import fr.delthas.javamp3.Sound; p { temp Sound sound = new Sound(new BufferedInputStream(new FileInputStream(william_silent("Hello world")))); print("Sampling frequency: " + sound.getSamplingFrequency()); print("Audio format: " + sound.getAudioFormat()); print("Length: " + streamLength(sound)); }