This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11304 - higher quality audio hw settings for AS3543 (Clipv2, Clip+ and Fuzev2)
Attached to Project:
Rockbox
Opened by Marcoen Hirschberg (marcoen) - Friday, 21 May 2010, 16:28 GMT+1
Last edited by sideral (sideral) - Friday, 18 February 2011, 14:31 GMT+1
Opened by Marcoen Hirschberg (marcoen) - Friday, 21 May 2010, 16:28 GMT+1
Last edited by sideral (sideral) - Friday, 18 February 2011, 14:31 GMT+1
|
DetailsThis patch changes some of the settings of the AS3543 (Clipv2, Clip+ and Fuzev2)
AUDIOSET2_HPH_QUALITY_LOW_POWER -> AUDIOSET2_HPH_QUALITY_HIGH this is also set in the OF AUDIOSET3_HP_BIAS_150 increases the bias current by 50%, should be equivalent to AUDIOSET3_IBR_HPH which is set for the AS3525. Supposedly useful to drive headphones with an impedance of 32 Ohm and more. Would be great if these settings could be changed during audio playback to listen for any actual changes in quality :) |
This task depends upon
The clipv2 sound only happens on pcm playback, and it sounds like the sound i hear when using the buttons (playing or not), especially noticeable if you leave a button pressed.
I don't think I hear anything in the OF : it's more difficult to pay attention because the volume can't go very low.
True, it would be useful to have an option to turn this on and off dynamically. "On" would be "audiophile mode" and "off" would be "power saving mode".
http://www.anythingbutipod.com/forum/showthread.php?t=53702&page=67
seems to indicate that this patch has a small, but measurable effect on audio quality, at the expense of a bit of battery life.
I'd be fine enabling this unconditionally. I believe this also would be an easier sell than an option for "audiophile" playback: I think the Rockbox project as a whole values playback quality slightly higher than extended battery life, whereas there's always push-back against adding yet another option.
Any other thoughts?
Small improvement in THD leading to a grand total of 0.1 dB improvement in (already extremely low) noise floor. Unless there's literally no change in battery life I don't really see a point in having this. Such small changes in SNR are barely measurable, and certainly not audible. The AGC change in
FS#12111is probably worth having though.The second part of the patch looks correct.