2011/12/28 Elliott Barnes <[email protected]>: > Hi. Hi Eliott!
> Thanks, but would you be able to provide examples for both functions > and how you would get the file to play at a specified time? > > I looked at both entries in the reference, and I couldn't find that > information. They are very simple to use: # Fallback.skip # A source s = (...) # Another source s' = (...) # Fallback to s' when s is not available and skip current track when switching radio = fallback.skip(input=s, s') # smooth_add # A source s = (...) # A source which plays jingles only at required times # and is not available otherwise: jingles = (...) # Smooth_add jingles to s: whenever a jingle is ready, reduce # volume on s, insert jingle and restore volume when the jingle # is finished radio = smooth_add(normal=s, special=jingles) Romain ------------------------------------------------------------------------------ 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
