[asterisk-bugs] [JIRA] (ASTERISK-16782) [patch] app_ivonacl.c text-to-speech application

Corey Farrell (JIRA) noreply at issues.asterisk.org
Tue Dec 12 22:07:07 CST 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-16782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Corey Farrell closed ASTERISK-16782.
------------------------------------

    Resolution: Suspended

No response to code review finding of file descriptor leak.

> [patch] app_ivonacl.c text-to-speech application
> ------------------------------------------------
>
>                 Key: ASTERISK-16782
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-16782
>             Project: Asterisk
>          Issue Type: New Feature
>          Components: Applications/NewFeature
>            Reporter: mkiedrowicz
>         Attachments: app_ivonacl.patch
>
>
> 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).
> ****** ADDITIONAL INFORMATION ******
> I have app_ivonacl.c for other Asterisk versions (1.2, 1.4. and 1.6). I can submit them if this one is accepted.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list