On Mon, Jun 27, 2011 at 10:38 AM, Brandon Casci <[email protected]> wrote: > Conservative=true produced something interesting. When the live broadcast > stops, the track that was playing before the live broadcast fades in for a > second, then fades into the next track.
Ah, interesting indeed... your roughly have a fallback.skip([live,cross(conservative=true,auto)]), right? I'm not sure how to get a better behavior... one way could be to move the cross outside the fallback.skip (ie. cross(conservative=true,fallback.skip([live,auto]))) possibly also tuning the transition to have a special behavior when transitioning from live to auto. Another idea was to skip, then wait for the conservative buffer to end before switching, but it's not possible because we won't get an end of track but a cross transition to the next track. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
