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" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>; "Kevin Savoy" <[EMAIL PROTECTED]> Cc: "'Asterisk Users Mailing List - Non-Commercial Discussion'" <asterisk-users@lists.digium.com>
Sent: Monday, August 21, 2006 5:13 PM
Subject: Re: [asterisk-users] Text to Speech


Quoting Kevin Savoy <[EMAIL PROTECTED]>:

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

Reply via email to