[Freeswitch-users] PocketSphinx on Win32

Brian West brian at freeswitch.org
Sat Jul 19 08:07:30 PDT 2008


You can test it like this:

     <extension name="flite_test">
       <condition field="destination_number" expression="^886$">
         <action application="set" data="tts_engine=flite"/>
         <action application="set" data="tts_voice=kal"/>
	<action application="answer"/>
         <action application="speak" data="This is flite on Windows!"/>
       </condition>
     </extension>


/b


On Jul 19, 2008, at 12:05 AM, Royce Mitchell III wrote:

> I just did some messing around with flite in FreeSwitch: See jira
> MODASRTTS-7 ( which I can't view even though I created it ) and the  
> zip
> file is here:
> http://www.toplevelit.com/Royce3/FreeSwitch/flite-1.3-msvc2k8.zip
>
> flite and mod_flite build and link. I don't know how to test it,  
> though.
>




More information about the FreeSWITCH-users mailing list