Re: [Savonet-users] Dynamic file loop

2013-11-30 Thread David Baelde
Hi Leonard, The single() source does not require a static source, at least if you allow it to be fallible -- which is usually easy to allow by using mksafe or a fallback to a simple source such as sine or noise. So you should be able to use a say:.. request for single. I don't understand what

[Savonet-users] Dynamic file loop

2013-11-26 Thread Leonard de Ruijter
Hello, As a fallback in my script, i have a single file containing a text to speech message saying that there's no broadcast yet, along with information about the next broadcast. So on every broadcast, this file should be regenerated. The single operator however requires a static source, and