Here is the thread that helped me out when I had the problem described by David (frozen stream starting from the middle of the song and such): http://www.mail-archive.com/[email protected]/msg01828.html
Davit Barbakadze On Mon, Mar 7, 2011 at 2:15 PM, David Baelde <[email protected]> wrote: > Hi, > > First, a simple but slightly degenerate solution: use smooth_add() > with a ratio of 0, it'll keep playing the music in the background with > a volume of 0, and play your news on top of it. You get smooth > transitions. > > Another simple solution is to use a switch or fallback, probably track > insensitive so that the news starts exactly at the right time. One > issue with this is that the other source is frozen in time when you > switch to the news, which might or might not be wanted. When you go > back to it, it might be unpleasant to start in the middle of the song > that you left... lookup fallback.skip() for ways to get around this. > > Sorry to not propose some code, I don't have much time right now. If > you don't manage with those hints, somebody may be able to give more > specific help. > > Good luck, > -- > David > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
