[asterisk-bugs] [Asterisk 0017445]: [patch] app_swift text-to-speech engine

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jun 2 11:57:12 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17445 
====================================================================== 
Reported By:                dsessions
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17445
Category:                   Applications/NewFeature
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.7 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-06-02 11:56 CDT
Last Modified:              2010-06-02 11:57 CDT
====================================================================== 
Summary:                    [patch] app_swift text-to-speech engine
Description: 
 		Provides a direct interface into the Cepstral
      		text-to-speech engine for Asterisk eliminating
 		the need to write audio output files to the 
                filesystem and then stream them back out.

 		Also provides multi-digit dtmf recognition with
                a max digits and a wait-for-digit timer very 
                simular to the AGI 'get data' command.


Current makefile gens this:

gcc -I/opt/swift/include -g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC   -c -o
app_swift.o app_swift.c
gcc -shared -Xlinker -x -o app_swift.so -L/opt/swift/lib -lswift
-lceplang_en -lceplex_us app_swift.o

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-02 11:57 dsessions      Summary                  app_swift
text-to-speech engine => [patch] app_swift text-to-speech engine
======================================================================




More information about the asterisk-bugs mailing list