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
-
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.
-
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
-
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
-
Thanks, that is what I was looking for.