Page 1 of 1

Another TTS option

PostPosted: Thu May 16, 2013 11:26 am
by wilsonsaints
Hi all,

How to use another TTS option:
http://wiki.freeswitch.org/wiki/TTS
http://wiki.freeswitch.org/wiki/Modules ... -to-Speech

I tried use the Google TTS in message/title field in Newfies, but the Newfies spoke the complete URL:
shout://translate.google.com/translate_ ... ello+World

The mod_shout is installed.

Thanks,

Wilson

Re: Another TTS option

PostPosted: Thu May 16, 2013 12:48 pm
by areski
TTS are implemented on our Lua IVR backend, so they needs to implemented, for the moment only Flite and Acapela are supported.
https://github.com/Star2Billing/newfies ... master/lua

Yours,
/Areski

Re: Another TTS option

PostPosted: Tue Oct 01, 2013 11:59 am
by 4orbit
Hi all!

There may be some opportunity to use mod_tts_commandline?

Is it possible to change this code? Lua IVR scripts
Where to look?

In Freeswitch module works and use as follows:

Code: Select all
    <extension name="test1">
      <condition field="destination_number" expression="^5550$">
        <action application="answer"/>
        <action application="sleep" data="2000"/>
        <action application="speak" data="tts_commandline|RHVoice|Some message on russian"/>
        <action application="hangup"/>
      </condition>
    </extension>


flite sounds really bad to Russian

Re: Another TTS option

PostPosted: Tue Oct 01, 2013 2:20 pm
by areski

Re: Another TTS option

PostPosted: Tue Oct 01, 2013 5:20 pm
by 4orbit
Thank you! I will try.

Re: Another TTS option

PostPosted: Tue Oct 15, 2013 3:28 am
by augustynr
4orbit,
Any progress?