Page 1 of 1

Using Swift with Asterisk

PostPosted: Sat Nov 03, 2012 1:02 am
by brown
I have been using Cepstral Callie-8kHz voice (lincesed) on my asterisk box. Use the swift engine to convert the text to speech wav file. But right now the wav file is not generated for the application to play it. Can there be any thing that iam missing and its because of this the wav file is not generated.

Re: Using Swift with Asterisk

PostPosted: Mon Nov 05, 2012 9:55 am
by AdamW
Hey brown,

I split your topic off, since that old thread hasn't been touched for three years.

Can you show us the results of the following?

(to check version information)
swift -V
swift --voices

(to test filewrite capabilities)
swift hello -o hello.wav

Now, how are you calling the swift engine from within Asterisk? If you are using app_swift, it will not create files, but rather dynamically stream the audio into the Asterisk channel.

Adam
Cepstral Support