freeswitch/conf/autoload_configs/tts_commandline.conf.xml
Brian West 95c625552c adding config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-16 18:50:53 +00:00

12 lines
360 B
XML

<configuration name="tts_commandline.conf" description="TextToSpeech Commandline configuration">
<settings>
<!--
Some variables will be replaced :
${text}: input text
${voice}: voice_name passed to TTS
${file}: output file (.wav)
-->
<param name="command" value="echo '${text}' | text2wave -f ${rate} > '${file}'"/>
</settings>
</configuration>