> How feasable would it be to make LAME multi-threaded?
unknown. I don't know anything about threaded programming.

> Just a thought. Any comments?
Have a look at www.cryogen.com/mikecheng and follow the link on parallel
mp3 encoding. Basic idea
        - split pcm file into N parts.
        - encode the N different parts using N encoders
        - stitch the N parts back into 1 mp3.

A valid idea, but i'm not sure if the join can be made seamless.
later
mike

--
MP3 ENCODER mailing list

Reply via email to