Converting between audio file types

Purpose. Converts audio files between different file types.

Usage. 

java AudioFileSplit -l

java AudioFileSplit -t targettype audiofile

Parameters. 

-l

lists the available target file types

-t targettype

the extension of the target file type that should be converted to (e.g. .wav)

audiofile

the file name of the audio file that information should be displayed for. Note: The output filename is derived from the input filename by replacing the extension.

Bugs, limitations. This should really be a program that also converts between different encodings and sampling rates.

Source code.  AudioFileSplit.java, AudioCommon.java