similar to: Festival tts

Displaying 20 results from an estimated 2000 matches similar to: "Festival tts"

2003 May 11
3
ogg encode tts output
Can anyone suggest a shell script in linux bash for encodimg raw audio output from text to speech app into an ogg file. I am running festival speech. The command line for basic tts is festival> bin/festival --tts myfile.txt Thanks -- Raena Lea-Shannon --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this
2005 Sep 12
5
OT: Online TTS engines?
The one I like: http://www.rhetorical.com/cgi-bin/demo.cgi is toast. I think they went broke or got aquired by someone. Also, is there a Festival voice that sounds as good as Rhetorical or the AT & T stuff? The default one is barely legible. Since Festival is a little brutal to configure, I'd like to get someone's recommendation then go through the pain of reconfiguring it only once.
2005 Sep 21
4
POP3 and TTS (Festival?)
Hi, Has anybody seen a non commercial, or freeware, or GPL, or even CHEAP... POP/IMAP to Text-to-speech? I have a working version for POP3 using festival. It DOES work... it even cleans the email contents to get the actual content. It works great with Outlook emails and similar, and skips non multipart/alternative (that would be mainly SPAM, where the email is just
2003 Jul 24
1
Asterisk <--> TTS server
Hello! Is there a way to communicate from Asterisk to a TTS server? I've seen festival.conf, but it seems that it works only with Festival server. Thank you.
2003 Jun 24
3
Patching Festival
I just wanted to try out Festival, but I can't get it patched. I'm thinking that there is something missing from the steps listed at http://www.marko.net/asterisk/archives/0209/0389.html. >>tar xvzf festival-1.4.2-release.tar.gz >>patch -p0 </usr/src/asterisk-ng/festival-1.4.2-diff >> (or wherever the patch is located) When I run the patch command, I get the
2010 Nov 12
1
TTS in Asterisk on Solaris
Hello Group, I have been going through all the chit-chat about TTS and the various engines available to integrate with Asterisk incl. flite/festival, espeak, Nuance etc but I am wondering if anyone's tried any or all of these to compile on a Sparc based Solaris platform? If not, then what is the best way for me to accomplish a production environment TTS service when most of my servers or the
2007 Aug 04
2
text2wave Voices Improvements?
I currently have an AGI that calls the Festival text2wave app to write a wav file that my dialplan plays into a call with the Background() command. But the voice sounds terrible: like SAM, the 1980s 6502 voice synthesizer. I tried to slow it down by calling (text2wav -eval "(Parameter.set 'Duration_Stretch 1.4)" -scale 2.0 [...]), but it still sounds like it's talking while
2003 Aug 29
6
Festival and Asterisk
Hello, I am trying to run festival, it is running but I am getting this when I run tts_ping.agi WARNING[278546]: File app_festival.c, Line 304 (festival_exec): Text passed to festival server : Enter the eye-p address you wish to ping. WARNING[278546]: File app_festival.c, Line 381 (festival_exec): Passing text to festival... WARNING[278546]: File app_festival.c, Line 400 (festival_exec):
2006 Jun 11
1
TTS engine query
Not being very happy with festival I would like ro get a better TTS engine. I looked at the listings at: http://www.voip-info.org/tiki-index.php?page=Asterisk+sound+files+international but I would like to get user input on suggested packages for Linux. Best performance vs. cost ???? Doug **************************** * Doug Crompton * * Richboro, PA 18954 * * 215-431-6307 * *
2005 Jan 10
2
Festival Woes
Asterisk v1.0 is running on RH 9. I installed festival RPM (festival-1.4.2-16.i386.rpm) and edited the festival.scm file to add: (define (tts_textasterisk string mode) "(tts_textasterisk STRING MODE) Apply tts to STRING. This function is specifically designed for use in server mode so a single function call may synthesize the string. This function name may be added to the server safe
2006 Jun 12
1
FW: TTS from MySQL
Hi all, I need to simply use Asterisk to receive incoming calls in an IVR manner. It should authenticate users and read data from MySQL table that match their ID through Text-to-speech. I already have Asterisk 2.6 (Asterisk@home). I understand that I need to use Festival and AGI but do not know what to do exactly. Any help is appreciated. Thanks
2004 Jul 16
1
Problems with festival
I cannot get Festival to work with asterisk. I have the following: exten => 555,1,Answer exten => 555,2,Festival(mary has a little lamb) exten => 555,3,Hangup I get the following from asterisk: "Festival returned ER" and the festival logs shows the following: client(1) Fri Jul 16 15:35:54 2004 : disconnected client(2) Fri Jul 16 15:40:26 2004 : accepted from localhost
2003 Nov 27
4
Multi-line TTS Outbound Dialer
Hello, I've been lurking around the mailing list and browsing around on Asterisk-related links while I wait for my X100P to come in the mail. So far I haven't found very much information related to what I want to do with Asterisk. I was wondering if someone could point me in the direction of any work that may already have been done on a project similar to the one I'm trying to
2003 Sep 24
6
Festival Problems
I am trying to use festival (latest version 1.4.3) I have downloaded all the files needed and patched it with the provided diff. festival does work and does tts fine. but when I call Festival either from an extention or an AGI script, I get this in my asterisk messages log, but no sound on the channels (H323 or SIP) - they (the clients) just say "trying" and then hangup... Sep 24
2009 Jun 18
2
how can I get Better natural Voice in Festival
hello All I am using festival as an application but it default voice is not good to hear anybody have solution about better voice in Festival regards Dhaval -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090618/b1cca678/attachment.htm
2005 Feb 18
1
Asterisk@home festival weather report
This script was developed by Mark Johnson. All I did (Dean Collins) was type up the instructions and make it easy to understand. This Script will allow you to dial and extension number on your Asterisk@home V0.6 or later pabx and have it read you the weather for your city How it does this is; 1/ When you dial your extension it causes the weather.agi script to run 2/ This makes the program
2003 Nov 04
1
Demo Weather Report AGI v2.0
Some of you may know me as ManxPower from #Asterisk at irc.freenode.,net I've posted my demp weather report Asterisk AGI script at http://www.fnords.org/~eric/asterisk/downloads/ I have no affiliation with Cepstral. Below is the README: Contact: Eric Wieling <eric@fnords.org> If you want a demo of this AGI script you may call via IAXtel 1-700-923-3645 extension 2101. Option 23 is
2010 Aug 04
1
Asterisk not working with Festival
Hello, I am having a Mac 10.6.4 (Snow Leopard). I have compiled and built Asterisk 1.6.2.9 and Festival 2.0.95:beta on my machine. Asterisk is working fine with SIP channels without Festival. I have written following context in extension.conf: [connect-to-me] exten => s,1,Answer Exten => s,n,SayDigits(?1?) exten => s,n,Festival(hello john) exten => s,n,Hangup I use call files to
2008 Dec 16
1
interesting problem
I?ve got an interesting problem and am wondering if anyone can shed light ? I am running Asterisk on RHEL Server release 5.2 connecting to an Avaya Definity G3R via a Digium TE220. Asterisk 1.4.20 Zaptel 1.4.4 Libpri 1.4.4 MySQL 5.0.45 Festival Speech Synthesis System: 1.95 We have about 4200 accounts in a MySQL db. Asterisk retrieves the user information from the database, festival tts says
2018 Jan 09
2
Audio Output Timer Utility
We have several CentOS 6.x systems that are incorporated into suites of special test equipment.? One of the requirements for these systems is that they be kept up to date and they are kept up to date using yum once per week or more frequently, as needed. All of our CentOS 6.x systems have at least 2TB system disks and were installed with essentially everything that was available on the DVD at the