contrib: http strip
This commit is contained in:
parent
bbb8ee601e
commit
93823204c8
1 changed files with 4 additions and 3 deletions
|
@ -19,7 +19,8 @@ f = output.file(
|
|||
http = output.harbor(
|
||||
id="http",
|
||||
mount="/stream.ogg",
|
||||
%vorbis(quality=0.2, samplerate=44100, channels=2),
|
||||
#strip_blank(id="strip", max_blank=3., min_noise=0.2, track_sensitive=false, audioin)
|
||||
audioin
|
||||
password="",
|
||||
fallible=true,
|
||||
%vorbis(quality=0.1, samplerate=44100, channels=2),
|
||||
strip_blank(id="strip", max_blank=3., min_noise=0.2, track_sensitive=false, audioin)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue