[asterisk-bugs] [Asterisk 0018109]: [patch] app_ivonacl.c text-to-speech application
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 14 12:51:00 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-14 12:51 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).
======================================================================
----------------------------------------------------------------------
(0128038) lmadsen (administrator) - 2010-10-14 12:51
https://issues.asterisk.org/view.php?id=18109#c128038
----------------------------------------------------------------------
At this point nothing. I will talk with the development team and let them
know your intentions. That is what we wanted to hear :)
Issue History
Date Modified Username Field Change
======================================================================
2010-10-14 12:51 lmadsen Note Added: 0128038
======================================================================
More information about the asterisk-bugs
mailing list