mod_dptools: speak
Table of Contents (click to expand)
0. About
Speaks a string or file of text to the channel using the defined text-to-speech engine.
TTS engines
Go to the TTS page to read about the available text-to-speech engines.
1. Usage
<action application="speak" data="<engine>|<voice>|<text>|[timer_name]"/>
TODO How is timer_name
used? What are the use cases?
2. Example
<action application="speak" data="flite|kal|FreeSWITCH is awesome"/>
mod_flite
See mod_flite for more regarding this example.