> If you have a program which is able to merge several .wav files and
> provide the merged result to stdout, you can pipe this output directly
> into lame. Let's assume wavmerge is able to provide the merged file to
> stdout by specifying "-" as the file name, then it would be:

wavmerge 1.wav 2.wav 3.wav -o - | lame --preset 56k - output.mp3

It works, thanks.  The similar solution I found is bladeenc:

bladeenc -concat 1.wav 2.wav 3.wav

Best regards.
John Lin

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

Reply via email to