Re[2]: [Asterisk-Users] Festival TTS mbrola ?

2004-09-02 Thread Danny Zak
Hello Eric,

thanks for the information

i have everything installed .. but can't seem to get the voice to get
into asterisk

i tried

System(/usr/local/play_ola /tmp/dino.ola)

as a test .. but it times out ..

any solutions ?


-- 
Best regards,
 Dannymailto:[EMAIL PROTECTED]

belGOnet.com  a  Euro-pictures  division - internet solutions
place princesse elisabeth 9/11   -   1030 Brussels  - Belgium
Tel : +32-(0)2-215.67.65  -  Fax : +32-(0)2-215.66.65

domains - hosting - hardware - VoiP - consultancy - backuping
CISCO - HP/COMPAQ - SUN - EMC - JUNIPER - IBM - DELL - NORTEL


No  legal  consequences  can be derived from the contents of the email
neither  is  belGOnet.com committed to them. The content of this email
is  exclusively  intended  for  adressee(s)  and information purposes.
belGOnet.com  accepts  no  liability for any damage resulting from the
use and/or acceptation of the content of this email.


Thursday, September 2, 2004, 9:44:00 AM, you wrote:

EB I have tested positively mbrola with lliaphon for the french language.
EB I'm using it within an agi script.

EB for lliaphon go :
EB http://www.culte.org/projets/biglux/install/lao/lliaphon.shtml

EB for other languages try :
EB http://tcts.fpms.ac.be/synthesis/mbrola/mbrtts.html

EB Regards
EB Eric
EB ___
EB Asterisk-Users mailing list
EB [EMAIL PROTECTED]
EB http://lists.digium.com/mailman/listinfo/asterisk-users
EB To UNSUBSCRIBE or update options visit:
EBhttp://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: Re[2]: [Asterisk-Users] Festival TTS mbrola ?

2004-09-02 Thread Eric Bart
I use the Background command from the agi. The audio file
has to be in the proper directory, i.e. /var/lib/asterisk/sounds/fr

here's excerpt from a bash script

# phonetize
lliaphon $filetxt  # creates the ola file

# pronounce
$mbrolaprog -e -f 1.0 -t 0.6 -I $mbrolainitfile $mbrolavoice $fileola $filetmpsnd

# sampling conversion
sox $filetmpsnd -r 8000 -c 1 $filesnd resample -ql  . 

# copy
cp -f $filesnd $directory

Then use Background ...


It should be possible to use mbrola at the right sampling rate, making
it faster. Please let me know if you solve this.

Regards
Eric
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users