Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 4d4e714bf36d32d4f0a579ff30f2cb6b > files > 72

freeswitch-config-vanilla-1.6.20-6.mga7.noarch.rpm

<configuration name="tts_commandline.conf" description="TextToSpeech Commandline configuration">
    <settings>
	<!--
	Some variables will be replaced :
	${text}: input text (quoted)
	${rate}: sample rate (example: 8000)
	${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}"/>
    </settings>
</configuration>