Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: billym on June 27, 2008, 11:00:38 PM

Title: Text to Speech Custom App?
Post by: billym on June 27, 2008, 11:00:38 PM
Can someone please point me to an example of how to implement text2speech in sail? I need to create a custom app that reads back client account information based on text in the clients database records and not sure where to start.
Title: Re: Text to Speech Custom App?
Post by: SARK devs on June 27, 2008, 11:40:44 PM
The Festival T2S engine is already installed if you are using ATrpms.

You should be able to poke it directly from a custom_app


Best

S
Title: Re: Text to Speech Custom App?
Post by: SARK devs on June 27, 2008, 11:42:13 PM

The Festival T2S engine is already installed if you are using ATrpms.

You should be able to poke it directly from a custom_app

Just look at any Festival examples and copy/paste them into a custom app and then point a line or extension at it.


Best

S
Title: Re: Text to Speech Custom App?
Post by: billym on June 28, 2008, 12:20:30 AM
Thanks, that is what I was looking for.