This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11878 - Worse sound during the recording in FM Radio
Attached to Project:
Rockbox
Opened by Marek Salaba (salaba) - Friday, 14 January 2011, 18:09 GMT+2
Last edited by Michael Sevakis (MikeS) - Monday, 12 December 2011, 21:15 GMT+2
Opened by Marek Salaba (salaba) - Friday, 14 January 2011, 18:09 GMT+2
Last edited by Michael Sevakis (MikeS) - Monday, 12 December 2011, 21:15 GMT+2
|
DetailsHi all.
After the start of recording directly from the radio then sound worse of playing FM station. After the stop recording, the sound is fine again. I have Sansa Fuze v2 and I test it also on friend's player Sansa Fuze v2. Does it have any reason or is it a bug? Best regards, Marek Salaba |
This task depends upon
Closed by Michael Sevakis (MikeS)
Monday, 12 December 2011, 21:15 GMT+2
Reason for closing: Fixed
Additional comments about closing: Monitoring quality is now as good is it is going to ever be.
Monday, 12 December 2011, 21:15 GMT+2
Reason for closing: Fixed
Additional comments about closing: Monitoring quality is now as good is it is going to ever be.
Can you provide an example of the quality loss, so we can determine if it's just quantizing / sampling or something else?
On e200v1, samples are 16 bits but the proper sample rate is enforced by discarding every other duplicated sample. Even so, actual recorded quality on e200v1 is a bit better than what monitoring shows because monitoring has the full sample rate.
It takes care of some issue with hardware that has different settings for a given recording samplerate and the default recording rate doesn't result in the default playback rate (for hardware reset).
Implements monitoring in both channels for all devices for mono and stereo.
Implements full-duplex audio on AMS (record and play simultaneously and as independently as possible).