Thanks!

I must have missed where it said in the documentation that the function had 
been removed from the core language and moved to utils.

I can just include that to get my scripts workingnagain.

-ken
--
-----------
On Wed, Dec 11, 2013 at 07:10:58PM +0100, Samuel Mimram wrote:
> Hi,
> 
> 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
> 
> ++
> 
> Sam.
> 
> On Mon, Dec 2, 2013 at 11:53 AM, Daniel James
> <[email protected]> wrote:
> > Hi Ken,
> >
> >> amazingly, skip_blank is not there:
> >>
> >> $ liquidsoap -h skip_blank
> >> Plugin not found!
> >
> > If skip_blank is not listed with:
> >
> > liquidsoap --list-plugins|grep blank
> >
> > I would guess it would not have any help output.
> >
> > We did not intentionally disable this feature when building our
> > Liquidsoap 1.1.1 package from the source at
> > https://github.com/savonet/liquidsoap-full
> >
> >> Is there any hope of skip_blank being added back in to future liquidsoap
> >
> > Apparently this was already done:
> >
> > http://comments.gmane.org/gmane.comp.audio.liquidsoap.user/5305
> >
> > however I cannot find either skip_blank or min_blank on my machine. So
> > perhaps this change did not make it into the Liquidsoap 1.1.1 release.
> >
> >> and for Airtime to upgrade to use that version of liquidsoap?
> >
> > We will be making a 1.1.2 package available as soon as that version is
> > officially released.
> >
> > 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=84349351&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Savonet-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/savonet-users
> 
> ------------------------------------------------------------------------------
> 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

------------------------------------------------------------------------------
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