[asterisk-bugs] [Asterisk 0018109]: [patch] app_ivonacl.c text-to-speech application
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Oct 12 11:29:21 CDT 2010
The following issue has been UPDATED.
======================================================================
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:
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-12 11:29 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).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-10-12 11:29 lmadsen Description Updated
======================================================================
More information about the asterisk-bugs
mailing list