2011/6/26 Kerozen <[email protected]>: > In that second script, I expect sky to start from scratch each time > liquidsoap switches between live and playlist. This means : new attack, no > compression during the first milliseconds etc. Although sky() is doing a > good job overall when starting, I still don't think this is the most > graceful way to use it.
If you want sound processing to happen all the time (which wastes some CPU, but might avoid some initialization problems) then you can branch your processed live1 to an output.dummy in parallel to branching it to that fallback with live2. Have fun, -- David ------------------------------------------------------------------------------ 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
