Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fading #31

Open
albertz opened this issue Mar 13, 2013 · 0 comments
Open

fading #31

albertz opened this issue Mar 13, 2013 · 0 comments

Comments

@albertz
Copy link
Owner

albertz commented Mar 13, 2013

Fading in, fading out, mixing together. I am thinking about 3 options:

  • fadeOutTime
  • fadeInTime
  • mixTime. this is the time where both are played together. i.e. curSong.endTime-mixTime = nextSong.startTime

The fading itself is just linear? At start of fadeOut, it is 100% and at the end, it is 0%. Or maybe some sigmoid function? Or Sine? Or configurable? Maybe the dB linear, so it becomes logarithmic.

Maybe also MixRamp (see also here)? mpd crossfade code cross_fade_calc with MixRamp info / mixramp_interpolate, initial mpd MixRamp commit, mpd pcm mixing code, mixramp.c analyzing / tagger code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant