Hi!
I use the following transition, wen a DJ connects to a stream:
def sfade(a, b)
add(normalize = false, [ fade.initial(duration = 5., b),
fade.out(duration = 5., a) ])
end
I use this in a fallback.
Now, when a DJ comes on, he's faded in, the playlist is faded partially
out, but not completely to silence, but stays at about 20% of its volume.
The result is a mixed stream, a low-volume playlist, and on to of that,
the DJ.
I used to use this function:
def cfade(a, b)
add(normalize = false, [ fade.initial(duration = 5., b),
fade.final(duration = 5., a) ])
end
There, the playlist *IS* faded to silence, however I encountered another
problem:
When a DJ goes off the stream, the playlist is faded in.
When then after some time another DJ goes on, you hear the last few
seconds of the previous DJs stream, his fade out that is.
I will try a combination of those functions for now, but I'd like to
have some questions answered:
- Why doesn't fade.out fade to total silence?
- Is there a way, to clear the buffer once a DJ leaves a mountpoint?
Regards --polemon
--
JustBase.FM - The Area Of Sound <[EMAIL PROTECTED]> http://justbase.fm
----- SEKTION - TECHNIK -----
Administrator: Szymon '1394542' Bereziak <[EMAIL PROTECTED]>
Webmaster: Andreas 'Segaja' Schleifer <[EMAIL PROTECTED]>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users