AudioCV ver. 1.12 by PDSoft
Usage: AudioCV.exe [options] infile outfile

Implemented functions:
 - Ogg file encoding (audiocv.exe infile.wav outfile.ogg)
 - Ogg file decoding (audiocv.exe infile.ogg outfile.wav)
 - wav converter (audiocv.exe infile.wav outfile.wav)

Ogg encoder options:
 -br NUM : set bitrate (i.e. -br 128)
 -ta artist_name
 -tt title_of_song
 -tl album_name
 -td date
 -tg genre
 -tc comment

Wave editor functions:
 -ct     : cut zero samples (from the begin and the end of file)
 -ctl NUM: cut samples below NUM sign (ie: -ctl 4)
 -mtl NUM: mute (clear) samples below NUM sign (ie: -mtl 7)
 -nr     : normalize sound
 -na     : analyze sound (only)
 -ndb F.F: modify sound amplitude with F.F dB (ie: -ndb 3.5)
 -ncl NUM: (number of) clips limit at normalization (ie: -ncl 3)
 -nrl F.F: normalization limit (ie: -nrl 0.8)
 -ob NUM : output bits/sample of wav files (8,16,20,24,32)
 -of NUM : output frequency (down/upsampling only (44100->22050,11025->44100))
 -sw     : swap channels (reverse stereo)
 -llo LST: use encoding list, create OGG files (see samples\loadlist.lst)
 -llw LST: use encoding list, create WAV files
 -ll LST : use encoding list (use for -na)
 -q      : do not display progress info (quiet)
