Hi,

Given the following block of code for one show:


****


security = single("usr/local/www/rcr/mp3/fallback/silence.mp3")


sstol =  
request.queue(queue=[request.create("/usr/local/www/rcr/mp3/announce/SOD.mp3"),
request.create("/usr/local/www/rcr/radio/current/mp3/announce/opener/opener-sstol.mp3"),
request.create("/usr/local/www/rcr/radio/current/mp3/sstol/today/today-sstol-32.pls"),
request.create("/usr/local/www/rcr/mp3/announce/CLOSER.mp3"),
request.create("/usr/local/www/rcr/radio/current/mp3/sstol/today/sstol-mp3-end-32.pls")])

# scmp3 =  
smart_crossfade(normalize(playlist.safe("/usr/local/www/rcr/radio/current/mp3/sstol/today/sstol-mp3-end-32.pls")))
        
scmp3 = fallback(track_sensitive=false,[sstol,security])
scmp3 = crossfade(start_next=0.7, fade_in=0.2, fade_out=0.2, sstol)


****


What I'd like to accomplish is:


   1. Ensure that each item in the queue is infallible (perhaps by using   
'playlist.safe')

       a. Is it possible to do so for each request.create?
       b. Is it possible to do so for .mp3 files as well, or only for  
playlists, .pls?
       c. If it is possible, is there still a need for 'security'?


   2.The last two lines: is it possible to combine crossfade with fallback?
       a. If so, what would the syntax look like? (All attempts have barfed  
so far.)


   3. In the output section, the ogg source is labelled 'icogg'
       a. Does it need to have the 'mount=/icogg.ogg' or just  
'mount=/icogg'?


Thanks,
Andre


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to