AudioCV 1.12 a general audio converter program by PDSoft

web:   http://padara.tripod.com
email: mpxplay@freemail.hu (please write AudioCV in the subject line!)


AudioCV description/functions:
 - Wav file converter (bit,channel,freq) and normalizer
 - Ogg file encoder/decoder

Supported 
 filetypes: - Ogg Vorbis (OGG)
            - PCM WAV file

 bits    : from 8 to 32 (8,16,20(*),24,32) (wav i/o)
          (*)(wav file is byte aligned, because of this 20 bits stored on 24 bits)

 channels: unlimited (depends only on the compiler/computer (stack&memory) capacity)

 freqency: WAV files: unlimited
           OGG files: 8khz-56khz

Ogg Vorbis encoding/decoding:

 -Ogg file encoding : audiocv.exe [options] infile.wav outfile.ogg
 -Ogg file decoding : audiocv.exe [options] infile.ogg outfile.wav

 encoder options:
 -br NUM  : bitrate (112,128,160,192,256,350)(VBR)
 -ta artist_name
 -tt title_of_song
 -tl album_name
 -td date_of_record
 -tg genre
 -tc comment

Wav editor/conversion functions:
 -ct      : cut zero samples
 -ctl NUM : cut samples below NUM sign (ie: -ctl 8)
 -mtl NUM : mute samples below NUM sign (ie: -mtl 10)

 -nr      : normalize sound
 -na      : analyze sound only (show the normalization value)
 -ncl NUM : (number of) clips limit at normalization (-ncl 10)(def:0)
 -ndb F.F : modify sound amplitude with F.F dB (ie: -ndb 3.5)
 -nrl F.F : normalization limit (def:0.1 dB)

 -ob NUM  : output bits of wav file (8,16,20,24,32)
 -of NUM  : output freq (ie: -of 22050)(down/upsampling only: 44100->22050, 11025->44100)
 -sw      : swap channels (reverse stereo)

 -llo LST : load file-list and create OGG files (see samples\loadlist.lst)
 -llw LST : load file-list and create WAV files
 -ll  LST : load file-list, do not create output files (use this with -na)
 -q       : quiet (no display)
 -h       : help
