Merge pull request #643 from avimar/patch-3

[docs] Update wiki link to confluence
This commit is contained in:
Andrey Volk 2020-06-29 22:41:19 +04:00 committed by GitHub
commit ab9e9680a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
${file}: output file (quoted, including .wav extension)
Example commands can be found at:
http://wiki.freeswitch.org/wiki/Mod_tts_commandline#Example_commands
https://freeswitch.org/confluence/display/FREESWITCH/mod_tts_commandline#mod_tts_commandline-Examplecommands
-->
<param name="command" value="echo ${text} | text2wave -f ${rate} > ${file}"/>
</settings>