AudioCV v1.17 a general audio converter program by PDSoft web: http://mpxplay.cjb.net http://mpxplay.tripod.com http://www.geocities.com/mpxplay http://www.tar.hu/mpxplay 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) (copyright by Xiphophorus company http://www.xiph.org) - PCM WAV file bits : WAV files: from 8 to 32 (8,16,20(*),24,32) (*)(wav file is byte aligned, because of this 20 bits stored on 24 bits) channels: WAV files: unlimited (65535) OGG files: 1-255 (depends on the compiler/computer (stack&memory) capacity too) freqency: WAV files: unlimited (4GHz) OGG files: 44khz (depends on the Vorbis version) Ogg encoder options: -br NUM : bitrate (48-500)(kbit/s) -ocp : use channel coupling (recommended for low bitrates) -ocb : use constant bitrate (else VBR)(not recommended) -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 (peek) 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-32) -of NUM : output freq (22050,48000,etc.) -oc NUM : output channels (1 or 2) (stereo to mono and mono to stereo only) -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) -idel : delete input file after conversion/encoding -iow : overwrite all existent files (else writes error messages about these files) -q : quiet (no display) -h : help (at -llo and -llw options the input and output filename must be different) Samples: -Ogg file encoding : audiocv.exe [options] infile.wav outfile.ogg -Ogg file decoding : audiocv.exe [options] infile.ogg outfile.wav -Ogg file re-encoding : audiocv.exe [options] infile.ogg outfile.ogg - (input) file peek-analyze : audiocv.exe -na infile.wav audiocv.exe -na -ncl 10 infile.wav audiocv.exe -na infile.ogg - (output) file normalize : audiocv.exe -nr infile.wav outfile.wav audiocv.exe -nr -ncl 15 infile.wav outfile.wav audiocv.exe -nr infile.ogg outfile.ogg - freq conversion : audiocv.exe -of 48000 infile.wav outfile.wav audiocv.exe -of 22050 infile.wav outfile.ogg