[Freeswitch-users] Audio dropped using unimrcp tts.

Michael Collins msc at freeswitch.org
Thu Feb 14 23:39:54 MSK 2013


Try adding a sleep in your dialplan prior to the call to "speak"
application. Start with 1000 ms and see if it makes any difference, then
tweak the sleep time from there.

-MC

On Thu, Feb 14, 2013 at 5:26 AM, Manuel Durán Aguete <manuel at aguete.org>wrote:

> Hello,
>
> I'm a newbie testing freeswitch tts with loquendo mrcp1 server,
>
> mrcp_profile:
>
> <include>
>   <profile name="loquendo-mrcp1" version="1">
>     <param name="server-ip" value="172.16.24.1"/>
>     <param name="server-port" value="554"/>
>     <param name="resource-location" value=""/>
>     <param name="speechsynth" value="synthesizer"/>
>     <param name="speechrecog" value="recognizer"/>
>     <param name="rtp-ip" value="$${local_ip_v4}"/>
>     <param name="rtp-port-min" value="4000"/>
>     <param name="rtp-port-max" value="5000"/>
>     <param name="codecs" value="PCMU PCMA"/>
>     <synthparams>
>     </synthparams>
>     <recogparams>
>     </recogparams>
>    </profile>
> </include>
>
>
> Dialplan code:
>    <extension name="unimrcp">
>      <condition field="destination_number" expression="^5555$">
>        <action application="answer"/>
>        <action application="set" data="tts_engine=unimrcp"/>
>        <action application="set" data="tts_voice=leonor"/>
>        <action application="speak" data="Teclea o dime un número de 1 a
> 10"/>
>        <action application="sleep" data="500"/>
>      </condition>
>    </extension>
>
> I can hear all text with first word dropped. I've captured the rtp traffic
> and the audio between FS <-> Loquendo contains the word. After apply the
>  fixed recommended in
> http://wiki.freeswitch.org/wiki/RTP_Issues#Dropped_Audio the issue
> persists.
>
> Any idea, suggestion, etc ?
>
> Thank you.
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Michael S Collins
Twitter: @mercutioviz
http://www.FreeSWITCH.org
http://www.ClueCon.com
http://www.OSTAG.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130214/31366656/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list