Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10686 - Peakmeter on ipod 5g using too much CPU (replacing FS#10527)

Attached to Project: Rockbox
Opened by Dave Hooper (stripwax) - Sunday, 18 October 2009, 03:52 GMT+2
Task Type Bugs
Category Themes
Status New
Assigned To No-one
Player Type iPod 5G
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

(Replacing  FS#10527 )
Peakmeter on ipod video 5g uses too much CPU, such that audible glitches occur during even flac/wav decoding .
This task depends upon

Comment by Jonathan Gordon (jdgordon) - Tuesday, 15 December 2009, 08:33 GMT+2
is it the peek meters or the constant WPS updating? (it updates at 25FPS if the peak meter is enabled)... if this is really a huge issue you should disable the pm, or we can talk about sticking it inside a viewport so the whole screen isnt updated, just that one viewport.
Comment by Dave Hooper (stripwax) - Tuesday, 15 December 2009, 13:04 GMT+2
Could be either. The original  FS#10527  reported the issue in the default rockbox wps, the one with the peakmeters. Arguably, if that wps prevents playback of audio, it should not be the default and/or the CPU load issue (be it peakmeters or WPS updating) should be resolved. Indeed, perhaps by making it a viewport, if that fixes the issue.
Comment by Frank Gevaerts (fg) - Friday, 18 December 2009, 00:18 GMT+2
It's not the default, it's just called that
Comment by Andree Buschmann (Buschel) - Monday, 19 December 2011, 07:19 GMT+2
The attached patch limits the updates to 10 fps.
   peakmeter_v01.patch (0.9 KiB)
 apps/gui/skin_engine/skin_display.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Loading...