Re: [mp3encoder] 44.1kHz, 64Kbps, CBR mono encoding question

2007-10-19 Thread Manoj Bist
Perhaps you should use -q 2 (this is the default). -q 0 is the highest quality and -q 9 is the lowest quality. On 10/19/07, Stevo Brock <[EMAIL PROTECTED]> wrote: > > Hi list, > > We are trying to use LAME to encode a WAVE file to a 44.1kHz, 64Kbps, > CBR mono mp3 file and are having trouble matc

Re: [mp3encoder] 44.1kHz, 64Kbps, CBR mono encoding question

2007-10-19 Thread Manoj Bist
Can you include the lame command line that you are using? By default lame assumes stereo mode, for mono you need to use option '-m m'. On 10/19/07, Manoj Bist <[EMAIL PROTECTED]> wrote: > > Perhaps you should use -q 2 (this is the default). > > -q 0 is the highest qu