I am able to read the amplitude of a wav file using the following code
AudioInputStream in = AudioSystem.getAudioInputStream(file); AudioFormat baseFormat = i