Re: [Savonet-users] Liquidsoap: fade.out doesn't fade to silence

2008-06-22 Thread Romain Beauxis
Le Sunday 22 June 2008 23:28:25 David Baelde, vous avez écrit : > In the transitions list, the nth element is used to switching to the > nth source. (There is currently no way of being more precise, e.g. > tell to use a given transition when switching from a given children. > But that's enough for

Re: [Savonet-users] Liquidsoap: fade.out doesn't fade to silence

2008-06-22 Thread David Baelde
Hi, As Romain said, fade.out is only fading end of tracks, only reshaping the stream. Fade.final only has the effect of cutting/blocking the stream. The second transition is thus the good thing to do when switching from a playlist to a DJ. We had a similar report about the last few seconds of a D

Re: [Savonet-users] Liquidsoap: fade.out doesn't fade to silence

2008-06-22 Thread 1394542
On Sun, 22 Jun 2008 15:01:47 +0200, Romain Beauxis <[EMAIL PROTECTED]> wrote: > Le Sunday 22 June 2008 01:14:07 1394542, vous avez écrit : >> Hi! > > Hi ! Well, Hi again! > If your source for the live stream is a input.http, this should be from > icecast/shoutcast. > > Do you use inpu

Re: [Savonet-users] Liquidsoap: fade.out doesn't fade to silence

2008-06-22 Thread Romain Beauxis
Le Sunday 22 June 2008 01:14:07 1394542, vous avez écrit : > Hi! 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

Re: [Savonet-users] Config.liq

2008-06-22 Thread Romain Beauxis
Le Sunday 22 June 2008 11:55:00 Unda Ex Machina, vous avez écrit : > Hi, Hi ! > once again it's me. > I am still trying to make an MP3-output via Icecast. > The order > > output.icecast.mp3( >   host="localhost",port=8000,password="abc", >   mount="radio",radio) > > leads to an error, say

[Savonet-users] Liquidsoap: fade.out doesn't fade to silence

2008-06-22 Thread 1394542
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 par

[Savonet-users] Config.liq

2008-06-22 Thread Unda Ex Machina
Hi, once again it's me. I am still trying to make an MP3-output via Icecast. The order output.icecast.mp3( host="localhost",port=8000,password="abc", mount="radio",radio) leads to an error, saying, that the plugin is not installed. I've found in some scripts the line: %include "config.liq"