Heribert Maier wrote:
> 1) Can I decode a single-channel file directly to a dual-channel-file
>    with two identical channels, may be with lame (-ms does not work
>    :-( )
> 
> 2) If the answer to question 1) is no is there a (command-line) tool
>    to dublicate the channel automatically?

This is possible with madplay:

    % madplay --stereo -o out.wav $file

Or, more appropriately for burning to CD:

    % madplay -o out.cda $file

The latter will not only force stereo output, but also resample to 44100 Hz if
necessary and pad the output to the proper CD frame boundary.

madplay is part of MAD:

    http://www.mars.org/home/rob/proj/mpeg/

-- 
Rob Leslie
[EMAIL PROTECTED]
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to