On Sat, 30 Nov 2002 19:44:35 -0300
Gabriel Bonsoir <[EMAIL PROTECTED]> wrote:

>       There is same way (i'm using linux) for make that for example lame use just 
> 50% of cpu and no more, or that use the cpu time that other running program 
> let.

That's strange... you should be able to listen to a mp3 while you encode
another mp3 on a linux box. There's something wrong with your process
scheduler. I can encode a mp3, listen to mp3s and surf the web without a
problem on my FreeBSD system.

As a work around you can use "nice", e.g.
  nice -n 15 lame <options> input.wav output.mp3

This reduces the priority of lame and allows other programs to use more
of the CPU.

Bye,
Alexander.

-- 
                Where do you think you're going today?

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to