Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bugs
  • Category Plugins
  • Assigned To No-one
  • Operating System Sansa AMSv2
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by electric_indigo - 2013-02-14
Last edited by MikeS - 2013-02-22

FS#12824 - Malfunctioning FFT plugin in Sansa Clip Zip

Since December 2012 (or January 2013, I can’t remember) the FFT plugin for Sansa Clip Zip displays constant, excessive levels in two separate, narrow bands, whereas for all other frequencies the shown level is zero. It happens regardless of sound changes, type of scale (linear/log), type of window or chosen view.

Closed by  MikeS
2013-02-22 01:22
Reason for closing:  Fixed
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

5fc82f0

Warning: Undefined array key "mailguard" in /home/rockbox/flyspray/plugins/dokuwiki/inc/common.php on line 929 Warning: Undefined array key "mailguard" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parser/xhtml.php on line 697

Culprit found:

commit a6409c868663a90673147e6f778ea310f08d4f24
Author: Michael Sevakis jethead71@rockbox.org Date: Tue Dec 18 20:32:23 2012 -0500

  Adapt FFT plugin to use floating on-screen display.
  
  Helps appearance especially with the spectrogram view since it no longer
  must be scrolled out of the way to avoid artifacts.
  
  Additionally, allow settings to be saved and clean up some misellaneous
  stuff to help graphics performance.
  
  Still other "pointless" work to do on it... :-)
  
  Change-Id: Iff2f725b0237ffb430e85f591675c2062b159abc

apps/plugins/fft/fft.c | 1235 +++++++++++++++++++++++++++++++++++++++———————————-
1 file changed, 652 insertions(+), 583 deletions(-)

Note: this commit also makes the zip sim crash when loading fft

MikeS commented on 2013-02-20 19:16

Where does it crash? Is there anything peculiar about the clip zip display?

MikeS commented on 2013-02-22 00:07

The sim produces these errors always:
SDL_WaitEvent() error
Segmentation fault

I get this stuff with stack issues. MPEGPlayer won’t run in the sim and produces similar obnoxiousness unless thread stacks are larger. I haven’t any other ideas at the moment.

Straight git build never shows anything. Removing kiss_fft call on line 1042 allows me to view the lines and bars but it still crashes the sim on spectrogram view.

MikeS commented on 2013-02-22 01:09

LOL…silly me. I forgot to init the plot varable when FFT_FREQ_SCALE key is not defined. Will fix. Will also assign a key for it the this target. (Still needs it for many targets)

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing