At 21:11 2002-11-28 -0500, john buchannan wrote:

> Is there any way (even in the comand line) to resample
> a mono mp3 to a stereo?

Not that I know, but you can go through for example SoX (.soundforge.net)
using pipes for that, using something like this:

lame --decode mono.mp3 - | sox - -c 2 - | lame - stereo.mp3

Going via SoX doesn't reduce quality in this case, as lame is doing the
mp3-wav decoding anyway (as it would in mp3-mp3 recoding) and the channel
duplication doesn't change the sound.
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to