Converting between audio file types
Purpose. Converts audio files between different file types.Usage.
java AudioFileTypeConverter -l
java AudioFileTypeConverter -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.
Source code here
No comments:
Post a Comment