提交 25b792f9 authored 作者: Brian West's avatar Brian West

MODASRTTS-21

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14932 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1d028b54
...@@ -2,10 +2,14 @@ ...@@ -2,10 +2,14 @@
<settings> <settings>
<!-- <!--
Some variables will be replaced : Some variables will be replaced :
${text}: input text ${text}: input text (quoted)
${voice}: voice_name passed to TTS ${rate}: sample rate (example: 8000)
${file}: output file (.wav) ${voice}: voice_name passed to TTS(quoted)
${file}: output file (quoted, including .wav extension)
Example commands can be found at:
http://wiki.freeswitch.org/wiki/Mod_tts_commandline#Example_commands
--> -->
<param name="command" value="echo '${text}' | text2wave -f ${rate} > '${file}'"/> <param name="command" value="echo ${text} | text2wave -f ${rate} > ${file}"/>
</settings> </settings>
</configuration> </configuration>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论