my source is music.
# Adding normalization and compression
music = nrj(music)
# Adding smart_crossfade transitions
music = smart_crossfade(fade_in=0.4,fade_out=0.4,music)
# lets add   are jingles
music = random(weights = [1, 2],[j, music])
# Add the ability to relay live shows
live=input.http('http://xxx.xxx.xx.xx:xxxx/cradio')
logg=input.http('http://xxx.xxx.xx.xx:xxxx/cradio.ogg')
full= fallback(track_sensitive=false,[logg,live,music,fail])



----- Original Message ----- 
From: "David Baelde" <[email protected]>
To: "Josh" <[email protected]>
Cc: <[email protected]>
Sent: Friday, December 30, 2011 6:08 PM
Subject: Re: [Savonet-users] fallback?


> It could be many things. Could you show us the relevant parts of your 
> script? 


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to