R: [asterisk-users] Text to Speech
Giordano Grandis
g.grandis at invidea.it
Tue Aug 22 04:03:45 MST 2006
Hi all,
I installed cepstral and patched the Makefile in asterisk/apps, but when i do 'make install' i get this error
ntercom.o app_intercom.c
gcc -shared -Xlinker -x -o app_intercom.so app_intercom.o
gcc -D_GNU_SOURCE -shared -Xlinker -x -o app_cepstral.so app_cepstral.c -lz -lm -lceplex_uk -lceplex_fr -lswift -lceplex_us -lceplang_en -lceplang_fr -lz -ldl -L/opt/swift/lib -I/opt/swift/include
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../../i486-slackware-linux/bin/ld: cannot find -lceplex_uk
collect2: ld returned 1 exit status
make[1]: *** [app_cepstral.so] Error 1
make[1]: Leaving directory `/usr/src/bristuff-0.2.0-RC8n/asterisk-1.0.9/apps'
make: *** [subdirs] Error 1
In the Makefile (asterisk/apps) i put this
app_voicemail.so : app_voicemail.o
ifeq ($(USE_MYSQL_VM_INTERFACE),1)
$(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz
else
ifeq ($(USE_POSTGRES_VM_INTERFACE),1)
$(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -lpq
else
$(CC) $(SOLINK) -o $@ $(MLFLAGS) $<
endif
endif
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/opt/swift/include
app_sql_postgres.o: app_sql_postgres.c
$(CC) -pipe -I/usr/local/pgsql/include $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c
Between the part that compile the voicemail anf the other one one regarding the postgres module.
Anyidea ?
Thanks
Giordano
-----Messaggio originale-----
Da: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] Per conto di Don
Inviato: lunedì 21 agosto 2006 23.32
A: Asterisk Users Mailing List - Non-Commercial Discussion
Oggetto: Re: [asterisk-users] Text to Speech
Anytime I try and specify a voice when there is more than 1 voice in my
voices directory...it has an error with the syntax you show here...
Like I was saying in a previous post...
----- Original Message -----
From: "Shane Young" <asterisk2 at shaneyoung.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users at lists.digium.com>; "Kevin Savoy" <ksavoy at novo1.com>
Cc: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
<asterisk-users at lists.digium.com>
Sent: Monday, August 21, 2006 5:13 PM
Subject: Re: [asterisk-users] Text to Speech
> Quoting Kevin Savoy <ksavoy at novo1.com>:
>
>> Can someone recommend a good text to speech engine that is usable by
>> Asterisk? I have tried the Festival one and it just doesn't cut it for
>> commercial applications.
>
> I like Cepstral.
>
> Using the information here:
> http://www.oldskoolphreak.com/tfiles/voip/installing_app_cepstral.txt
>
> You can install app_cepstral after you have installed the package and libs
> from Cepstral.
>
> Then you can do something like this:
>
> [macro-cepstral-demo]
> exten => s,1,Cepstral(<voice name="Duchess">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Duchess.</voice>)
> exten => s,n,Cepstral(<voice name="Walter">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Walter.</voice>)
> exten => s,n,Cepstral(<voice name="Shouty">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Shouty.</voice>)
> exten => s,n,Cepstral(<voice name="William">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is William.</voice>)
> exten => s,n,Cepstral(<voice name="Whispery">Hello and welcome to the
> world of text to speech using
> Cepstral. My name is Whispery.</voice>)
> exten => s,n,Cepstral(<voice name="Robin">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Robin.</voice>)
> exten => s,n,Cepstral(<voice name="Linda">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Linda.</voice>)
> exten => s,n,Cepstral(<voice name="Emily">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Emily.</voice>)
> exten => s,n,Cepstral(<voice name="Diane">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Diane.</voice>)
> exten => s,n,Cepstral(<voice name="David">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is David.</voice>)
> exten => s,n,Cepstral(<voice name="Duncan">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Duncan.</voice>)
> exten => s,n,Cepstral(<voice name="Damien">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Damien.</voice>)
> exten => s,n,Cepstral(<voice name="Callie">Hello and welcome to the world
> of text to speech using
> Cepstral. My name is Callie.</voice>)
> exten => s,n,Cepstral(<voice name="Dog">Hello and welcome to the world of
> text to speech using
> Cepstral. My name is Dog.</voice>)
> exten => s,n,Cepstral(<voice name="Amy">Hello and welcome to the world of
> text to speech using
> Cepstral. My name is Amy.</voice>)
>
>
>
> --Shane
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.405 / Virus Database: 268.11.3/423 - Release Date: 8/18/2006
>
>
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list