Hi,

Could you please describe more precisely your problem? I suspect it's
not windows related (which is exciting news).

2010/7/30 Ricardo Viapiana <[email protected]>:
> I got a "solution"...
>
> s = rotate(weights=[1,1],[jingles,music])
> s = smart_crossfade(sequence([jingles,s]))
>
> The unique problem is when I start liquidsoap, it plays 2 jingles before
> play a music.

This is normal with the solution you've written. Try
rotate(...[music,jingles]) to avoid the second jingle, but you might
still get it if music is not ready yet.

If this was a solution from you, I'm guessing that your problem was
only a startup issue (because the sequence([..,x]) behaves like x
after the first track): music might not be ready at the very beginning
of the streaming.

Cheers,
-- 
David

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to