2009-09-15 16:40:13 -04:00
|
|
|
<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)
|
|
|
|
-->
|
2009-09-16 13:34:24 -04:00
|
|
|
<param name="command" value="echo '${text}' | text2wave -f ${rate} > '${file}'"/>
|
2009-09-15 16:40:13 -04:00
|
|
|
</settings>
|
|
|
|
</configuration>
|