Shopping Cart

Your Cart is currently empty.

Open Source

DocumentsDate added

Order by : Name | Date | Hits [ Ascendant ]
file icon app_cepstralhot!Tooltip 12/28/2006 Hits: 2282

Updated app_cepstral.c application for use with Cepstral voices.  Tested with Asterisk 1.2.14 on i686 Linux and with Asterisk 1.2.14 on VT64 Xen 3.0.3 running 2.6.16.29-xenU.

Modify your apps/Makefile to include the lines below:

 just after the long list of apps:

APPS+=app_cepstral.so

just after app_rpt.so:

app_cepstral.so: app_cepstral.c
        $(CC) -D_GNU_SOURCE -shared -Xlinker -x -o $@ $< -lz -lm -lswift -lceplex_us -lceplang_en -lz -ldl -L/opt/swift/lib -I../include -I/opt/swift/include

-Happy TTSing!

Visit our Cepstral forum for help, common problems and instructions on how to TTS within Asterisk.