[asterisk-bugs] [Asterisk 0018109]: [patch] app_ivonacl.c text-to-speech application

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Oct 13 07:26:07 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18109 
====================================================================== 
Reported By:                mkiedrowicz
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18109
Category:                   Applications/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           SVN 
JIRA:                       SWP-2350 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-10-08 05:38 CDT
Last Modified:              2010-10-13 07:26 CDT
====================================================================== 
Summary:                    [patch] app_ivonacl.c text-to-speech application
Description: 
This plugin provides interface to IVONA TTS (www.ivona.com) through ivonacl
daemon.

The design is extremely simple: Just connect to given INET socket, send
text to be read, receive samples and pass them to the channel. If any DTMF
frame is received, the streaming stops and DTFM code is returned.

There is no need to store generated speech in cache, speech synthesis
happens in realtime.

This plugin needs ivonacl (www.ivona.com) to be installed and running. It
doesn't have to run on the same host. However, because the protocol is so
simple, other backends may be easily used (say, a daemon which reads speech
from static files).
====================================================================== 

---------------------------------------------------------------------- 
 (0127938) mkiedrowicz (reporter) - 2010-10-13 07:26
 https://issues.asterisk.org/view.php?id=18109#c127938 
---------------------------------------------------------------------- 
Everything what makes integration of Asterisk with IVONA easier for users
is welcome. We surely want to maintain this application as long as users
will use it, demand new features (like they asked for returning DTMF code
or multiple configurations in ivona.conf), report problems etc. But we also
hope inclusion of app_ivonacl in Asterisk will simplify keeping it
up-to-date to newest Asterisk version.

So, what should I do now? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-13 07:26 mkiedrowicz    Note Added: 0127938                          
======================================================================




More information about the asterisk-bugs mailing list