Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sms
streaming-docker
Commits
6affbce1
Commit
6affbce1
authored
Dec 04, 2020
by
Your Name
Browse files
do not strip blank
parent
c048a417
Changes
1
Hide whitespace changes
Inline
Side-by-side
leftover/playlist.liq
View file @
6affbce1
...
...
@@ -50,19 +50,19 @@ add_skip_command(archive_mix)
# bunch of inputs
papa =
strip_blank(max_blank=10.,
audio_to_stereo(buffer.adaptative(mksafe(input.harbor(id="pap-a", buffer=6.0, max=60.0, port=8051, "pap-a"))))
)
papa = audio_to_stereo(buffer.adaptative(mksafe(input.harbor(id="pap-a", buffer=6.0, max=60.0, port=8051, "pap-a"))))
output.dummy(fallible=true, papa)
papb =
strip_blank(max_blank=60.,
audio_to_stereo(buffer.adaptative(mksafe(input.harbor(id="pap-b", buffer=30.0, max=60.0, port=8051, "pap-b"))))
)
papb = audio_to_stereo(buffer.adaptative(mksafe(input.harbor(id="pap-b", buffer=30.0, max=60.0, port=8051, "pap-b"))))
output.dummy(fallible=true, papb)
papc = audio_to_stereo(input.harbor(id="pap-c", port=8051, "pap-c"))
output.dummy(fallible=true, papc)
papd = audio_to_stereo(
strip_blank(max_blank=115.,
input.harbor(id="pap-d", port=8051, "pap-d"))
)
papd = audio_to_stereo(input.harbor(id="pap-d", port=8051, "pap-d"))
output.dummy(fallible=true, papd)
pape = audio_to_stereo(
strip_blank(max_blank=115.,
input.harbor(id="pap-e", port=8051, "pap-e"))
)
pape = audio_to_stereo(input.harbor(id="pap-e", port=8051, "pap-e"))
output.dummy(fallible=true, pape)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment