Class WavFile

java.lang.Object
javax.sound.sampled.spi.AudioFileReader
org.jamdev.jpamutils.wavFiles.WavFile

public class WavFile
extends AudioFileReader
A WAV file reader. Modified to be more object orientated. This code reads WAV files. There are many decent documents on the web describing the WAV file format. I didn't bother looking for the official document. If it exists, I'm not even sure if it is freely available. We should update this comment if we find out anything helpful here. I used http://www.sonicspot.com/guide/wavefiles.html
Author:
Anthony Green (green@redhat.com), Jamie Macaulay