mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
95c625552c
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14887 d0543943-73ff-0310-b7d9-9358b9ac24b2
12 lines
360 B
XML
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>
|