In current master (1.4.0) fade.final is not sending the source to blank in the 
following transition (from the cookbook)

This is resulting in the autodj stream continuing to play and being added to 
the live stream (a mess)
```
def transition(j,a,b)
  add(normalize=false,
          [ fade.initial(b),
            sequence(merge=true,
                    [blank(duration=1.),j,fallback([])]),
            fade.final(a) ])
end

out = fallback(
  track_sensitive=false,
  transitions=[transition(live_jingle), transition(auto_jingle)],
  [live, mksafe(autodj)]
)
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/719
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to