Converter
class implements the conversion of an MPEG audio file to a .WAV file. To convert an MPEG audio stream, just create an instance of this class and call the {@link convert() convert()} method, passing in the names of the input and output files. You can pass in optional ProgressListener
and Decoder.Params
objects also to customize the conversion. *