Hi Samuel,
> skip_blank is now defined in Liquidsoap as follows (in utils.liq but
> you can also put this at the beginning of your script):
> 
> # Skip track when detecting a blank.
> # @category Source / Track Processing
> # @param ~id Force the value of the source ID.
> # @param ~threshold Power in decibels under which the stream is
> considered silent.
> # @param ~max_blank Maximum silence length allowed, in seconds.
> # @param ~min_noise Minimum duration of noise required to end silence,
> in seconds.
> # @param ~track_sensitive Reset blank counter at each track.
> def 
> skip_blank(~id="",~threshold=-40.,~max_blank=20.,~min_noise=0.,~track_sensitive=true,s)
>   
> on_blank({source.skip(s)},threshold=threshold,max_blank=max_blank,min_noise=min_noise,track_sensitive=track_sensitive,s)
> end

Thanks for explaining that, good to know we didn't break anything in our
Liquidsoap package :-)

Cheers!

Daniel

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to