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 you mean about files being "locked" on your computer. Also, why can't you synthesize once and then play the generated static file? I mean, it's always the same message, right? HTH David On Tue, Nov 26, 2013 at 8:16 PM, Leonard de Ruijter <[email protected]> wrote: > 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 on my Windows pc the input file is locked and can't be > changed. Is there a way to accomplish my goal and allow the contents of > a file to be changed when it is continuously being streamed? > Regards, > Leonard > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users -- David ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
