Log in

Bekijk de volledige versie : madplay output squeaky and scratchy



rmdijkman
14-06-2005, 10:39
Dear all,

I am trying to play MP3's using madplay, but they play all squeaky and scratchy. I have about 8 MB of free (non-swap) memory and madplay only uses 40-50% of the processor time :confused:

I already killed all processes I don't need. If I also kill php-thttpd, the problem seems to be solved, but I don't want to kill that processes.

Did anybody have the same problem, or have any suggestions to solve the problem.

Regards,

Remco

Oleg
14-06-2005, 10:41
have any suggestions to solve the problem.
Buy wl500g deluxe, it has more RAM available.

rmdijkman
14-06-2005, 15:38
Already got it. It rocks :) (well, except for that little problem with madplay that is).

Oleg
14-06-2005, 15:48
Well, buy PC then. :D

wtzm
14-06-2005, 16:25
You could build busybox with renice support and assign madplay a higher priority, eg:
renice -5 `pidof madplay`

rmdijkman
15-06-2005, 09:16
Yeah, that works.

I installed the 'procps' package, which contains 'snice'. That way I didn't have to rebuild busybox.

Oleg
15-06-2005, 09:47
So, it works fine now? :)

rmdijkman
15-06-2005, 18:14
Yep, just madplay just needed more processor time.