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
