Salut les aminches ! 

Currently i use a switch based transition* between 2 differents playlist 
(transition from a track based playlist to a mix based playlist) 
fade out, then 3 sec of blank, then jingle on top of a fade in. 

It's running well , but, for me, having: 
a fade out, then long jingle to announce the program , then fade in. 
is more nice.. 

Is it possible to arrange that ? 
My "jingle" is a 20 or 30 secondes long. it's like playing a track 
as a transition between 2 sources, which is a bit "special". 

I don't know which kind of "tools" i can use to do this ?? 

Ton of thanks for your help and advise. 

####### 
* My actual transition look like that : 

# 
def crossfade(a,b) 
add(normalize=false, 
[ sequence([ blank(duration=3.), 
fade.initial(duration=7.,b) ]), 
fade.final(duration=8.,a) ]) 
end 
####Fading + jingle quand .lst normal => .lst mix 
def transition(j,a,b) 
add(normalize=false, 
[ fade.initial(b), 
sequence(merge=true, 
[blank(duration=1.),j,fallback([])]), 
fade.final(a) ]) 
end 
## 

radio = fallback(track_sensitive=false,transitions=[ crossfade, 
transition(jinglemix) ],[ tracks, tracksmix ]) 


http://www.subflow.net the kicking webradio [ Minimal - Tech / Ambient - Dub - 
Downtempo] 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to