To anyone administering an asterisk system; if you're not familiar with Linux, or Unix in general, I strongly recommend you pick up a quick reference, something like the Linux Pocket Guide -- http://www.oreilly.com/catalog/linuxpg/
In answer to your flite question, it comes with lots of documentation, which can be accessed in the 'man'ual pages $ man flite And it looks like this is what you need: $ flite -t 'this is my text' -o output.wav $ play output.wav (assuming you have sound set up on your system) Cheers, spd On Fri, 27 Jul 2007, David LEWIS wrote: > How would I do that? > > On 7/27/07, Simon P. Ditner <[EMAIL PROTECTED]> wrote: > > > > Can it generate a proper WAV file if you call it from the command > > line? I've found the tts api in Asterisk to be very unreliable. > > > > On 7/27/07, David LEWIS <[EMAIL PROTECTED]> wrote: > > > Hello Group > > > Im using Flite BUT for some reason it only says the last four words I > > have > > > in the sentence. It doesnt matter how many words or other characters I > > put > > > before the sentence it only says the last four words. Please give me any > > > suggestions. > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
