This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9489 - nonlinear frequency response for all codecs
Attached to Project:
Rockbox
Opened by Przemysław Hołubowski (p.h.) - Tuesday, 14 October 2008, 22:35 GMT+2
Last edited by Peter D'Hoye (petur) - Saturday, 18 October 2008, 23:58 GMT+2
Opened by Przemysław Hołubowski (p.h.) - Tuesday, 14 October 2008, 22:35 GMT+2
Last edited by Peter D'Hoye (petur) - Saturday, 18 October 2008, 23:58 GMT+2
|
DetailsRecent builds degrade frequency response. It is not flat any longer.
Take a look at my measurements. I have prepared a 10 second long white noise wave, aac and mp3 files and playback it on an old build and a recent one (from 14.10). Results are showing that current build applies some low-pass filtering in a whole audible frequency range and especially in 2-10kHz range. I think it was introduced a week or more ago. |
This task depends upon
Closed by Peter D'Hoye (petur)
Saturday, 18 October 2008, 23:58 GMT+2
Reason for closing: Fixed
Additional comments about closing: FS #9496 accepted
Saturday, 18 October 2008, 23:58 GMT+2
Reason for closing: Fixed
Additional comments about closing: FS #9496 accepted
There's a relatively easy way to find out. In firmware/drivers/audio/wm8731.c, remove the "| DAPCTRL_DEEMP_44KHz" part in line 64. Furthermore make the audiohw_set_nsorder() function (line 207ff) an empty function. If this gives linear response, the deemphasis setting is the problem and should be deactivated in SVN as well.
Doing the changes you've suggested amiconn results once more in nonlinear frequency response (look at atached screenshot). This time high frequencies are boosted.
I'm investigating changes from revision 18294.
Moreover, very old build from my small H10 gives the same response too.
I must say I'm a bit confused here.