Hi,
On 2005.01.30 18:03, Niko Lee wrote:
How can I convert this format by using Lame, thanks!
Quite simple.. use sox (or similar) to convert the PCM into uncompressed/linear format first then feed it to lame. Something like
'$ sox -t al -r 44100 -c 1 $infile -t raw - | lame -r -m m -s 8 -x xxxx.pcm xxxx.mp3' perhaps..
Regards,
Scott. _______________________________________________ mp3encoder mailing list [email protected] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
