Skip to content

Problem with blank.detect operator interrupting the stream. It should just execute a blankhandler which inserts metadata into the stream. #3795

Answered by mojikosu
mojikosu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @toots
Thanks for your quick reply. And yes, how obvious the mistake was! Thank you! Here is the updated code, for reference.

#!/home/kosuke/.opam/default/bin/liquidsoap
# set the path and permissions for the logfile
set("log.file.path","/var/log/liquidsoap/VinylfromWax.log")
set("log.file.perms",777)
set("log.unix_timestamps",true)
#input from soundcard
s = (input.alsa(device = "pcm.default"))
#s = (input.alsa(device = "pcm.equal", clock_safe=false))
# nrj = normalisation plus compression
#s = nrj(s)
#s = normalize (s)
s = amplify(3.1 ,s)
s = bass_boost(frequency=160.0 ,gain=2.0 ,s)
#======================FORMATS======================================================
#-----------------…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mojikosu
Comment options

Answer selected by mojikosu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants