Java sound
I try to take an AudioFileFormat with the following line of code:
AudioFileFormat format = AudioSystem.getAudioFileFormat( stream );
But I take some exceptions like UnsuportedFileFormat
My file is a normal wav file that is played by all the players
Do have any idea where is the problem?

