Misc. Dialplan Tools speak
From FreeSWITCH Wiki
Contents |
Description
Speaks a string or file of text to the channel using the defined speech engine.
Usage
speak <engine>|<voice>|<text>|[timer_name]
Flite Voices
Flite is a free TTS engine that isn't suitable for production environments but is very handy for testing TTS applications during the build phase. Flite has these voices:
- awb
- kal
- rms
- slt
Example
<action application="speak" data="flite|kal|FreeSWITCH is awesome"/>

