How to fade out a song after crossfade (liq_cross_duration) and ignore the rest of the song? #4418
ArvyRogerio
started this conversation in
General
Replies: 1 comment 13 replies
-
Hi! Very old version! There was a
https://www.liquidsoap.info/doc-1.4.4/seek.html It's hard to give you an advice with such old LS version. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a song with a long (~25 secs) end. I want to trigger the next song (using liq_cross_duration) and then fade (~5 secs) and ignore the rest of the song (~13 secs).
liq_cross_duration works, it triggers in the right point. But the "old" song is still in background... I want to fade out it for 5 secs after the point set with liq_cross_duration (green piece), so, ignore (not play) the rest (brown piece).
I tryed:
music = crossfade(id="cross_music",fade_in=0.,fade_out=5.,duration=0.,music)
liq_cross_duration is set using "annotate:"
Any ideas?
Note: still using version 1.4.4.
Beta Was this translation helpful? Give feedback.
All reactions