simple crossfade with liquidsoap v2.0.3 #2344
masternet0
started this conversation in
General
Replies: 1 comment 2 replies
-
@masternet0 I think this can help you #2100 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new with liquidsoap and installed latest version on ubuntu 20.04
I use it with icecast configuration
Need to use simple crossfade like this :
def get_next_song() =
uri = list.hd(process.read.lines("/root/aa.sh"))
request.create(uri)
end
radio=request.dynamic(id="plugin-input",get_next_song)
radio=crossfade(start_next=1., fade_in=5., fade_out=5., radio)
What the function can i use because i tested lots and have errors and i didnt see any example with latest version 2.0.3
because I see each version for liquidsoap use different syntax not same its so more confused
I try to read this docs https://www.liquidsoap.info/doc-2.0.3/crossfade.html and not works with simple crossfade
Any help please ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions