freeswitch/conf/autoload_configs/tts_commandline.conf.xml

12 lines
360 B
XML
Raw Normal View History

<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>