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

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jun 3 11:49:19 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
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:                   feature
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.7 
JIRA:                       SWP-1628 
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-03 11:49 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

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

---------------------------------------------------------------------- 
 (0122901) dsessions (reporter) - 2010-06-03 11:49
 https://issues.asterisk.org/view.php?id=17445#c122901 
---------------------------------------------------------------------- 
Have updated the code with the XML docs and ran validate against it (OK). 

Thanks to Tilghman for the build help btw!

Ready for review. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-03 11:49 dsessions      Note Added: 0122901                          
======================================================================




More information about the asterisk-bugs mailing list