This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8561 - Stereo Crossfade
Attached to Project:
Rockbox
Opened by Timo Horstschäfer (x1jmp) - Tuesday, 05 February 2008, 16:30 GMT+2
Opened by Timo Horstschäfer (x1jmp) - Tuesday, 05 February 2008, 16:30 GMT+2
|
DetailsCreates a stereo crossfade effect.
The old song fades out to the right and the new song fades in from the left. Makes crossfades more pleasant as songs with non-matching beats are sepereted between left and right instead of being mixed together. Some recommended settings to hear the stereo crossfade: Fade-In Delay: 0s Fade-In Duration: 10s Fade-Out Delay: 0s Fade-Out Duration: 10s Fade-Out Mode: Crossfade Code is still proof-of-concept as there are no settings for it currently. Crossfade is hardcoded to go from left to right, but can be easily changed in the code. |
This task depends upon
For information on how to apply patches, refer to these two Wiki pages:
http://www.rockbox.org/twiki/bin/view/Main/WebHome?topic=SimpleGuideToCompiling
http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToCompiling?topic=WorkingWithPatches
Good work.
I was wondering if you could take a look at the way they made this crossfade plugin for Winamp?
http://www.sqrsoft.com.ar/en/acf.html
The crossfading takes place based on not only how much time is left, but also how loud the song is within the fadeout window. This plugin works very well because it takes into account how the song ends and bases the decision of when to crossfade on both the amount of time left as well as the volume of the ending.
Thanks for looking at this.
Allen...
It works on every target, that has crossfade at all.
@Allen
Yeah, would be a nice feature, not even related to this task.
But I wouldn't be easy to implement (though I didn't have a look at it).