similar to: Festival sounds too wired !!

Displaying 20 results from an estimated 20000 matches similar to: "Festival sounds too wired !!"

2004 Jun 21
0
Error compiling festival
Hi, I had followed the installation-guide to festival http://www.voip-info.org/wiki-Asterisk+festival+installation speech-tools compiles OK, but I got this error when compiling asterisk if I compile without the patch it compiles, but of cause did'nt work with asterisk. any clue ? /Hans-Henrik Andresen Making in directory src/modules/base ... making dependencies -- modules.cc
2003 Jun 19
4
festival error
I followed the directions I found in the list to a tee http://www.marko.net/asterisk/archives/0209/0389.html The server starts fine, but when I call the festival extension it gives me an OID error variable tts_textasterisk I have RH7.3 festival 1.4.2 speech_tools 1.2.2 patched it with the festival-1.4.2.diff located in the /usr/src/asterisk/ folder . When I patched it, the patch was looking
2004 Apr 30
2
festival and gcc 3.3.2 (Fedora Core 1)
Can someone tell me how to build festival on a machine with gcc 3.3.2? I've searched all around and even found a reference or two that the problem exists but I'm not seeing the fix. thanks! -reed Symtoms are -- ./configure, then.... [root@telephone speech_tools]# make Check system type Remake modincludes.inc NATIVE_AUDIO ok EDITLINE
2004 Jun 14
1
Festival application: clipping start of sound?
Hi I'm running a bright shiny new asterisk installation, and have discovered a problem with the festival application - when it plays back the generated sound, it skips the start. If, on the other hand, it has caching turned on, then when it plays the cached sound, it doesn't skip the first word or two. I assume that this has something to do with the time taken to generate the speech -
2004 Jun 28
1
Asterisk & Festival, not a happy couple
Hello, I'm in the process of trying to get Festival to work with Asterisk. I followed the install process at http://www.voip-info.org/wiki-Asterisk+festival+installation. To get the Festival to compile I had to add the patch described in the comments. Once added, Festival and the Speech tools compiled without error. How ever, when ever I try to call the test extension, I get a busy
2004 Jul 29
1
Asterisk and festival
I'm having trouble getting festival to work with asterisk. We are running debian (sarge) and got asterisk from CVS. Here's what I'm using as far as festival goes. Debian (Sarge) gcc version 3.3.4 (Debian 1:3.3.4-3) Connected to Asterisk CVS-HEAD-07/28/04-21:08:19 festival-1.4.3-release.tar.gz speech-tools_1.2.3.orig.tar.gz I got patches for both of these. Speech tools
2006 Mar 09
5
Festival tts
Hi I have installed Festival on the same box as asterisk and followed the instructions to integrate it with asterisk. Festival seems to work fine on its own performing text to speech from the command line or via a file. Asterisk answers the call but there is no speech. I can see no errors in the Festival log file The asterisk console shows --Executing Answer("SIP/81801-c091",
2011 Mar 23
1
Hang using Festival application
Hello, Suppose a dialplan such as: exten => 6004,1,Answer exten => 6004,n,Wait(1) exten => 6004,n,SayDigits(1) exten => 6004,n,Festival(This is a test of Festival) exten => 6004,n,Hangup When watching in the CLI, I see this: == Using SIP RTP CoS mark 5 -- Executing [6004 at internal:1] Answer("SIP/505-00000004", "") in new stack -- Executing [6004 at
2006 Mar 13
0
Asterisk end Festival
Hi All, I have installed festival for work with asterisk, this work fine, but when I ran the festival server for languages spanish, in my PBX always I listen the english voice, in my extension.conf I have the following example: ; testing festival (text-to-speech app) exten => 556,1,Set(LANGUAGE()=es) exten => 556,2,Answer exten => 556,3,Festival(Es una prueba) exten => 556,4,Hangup
2007 Mar 19
1
Festival works extension to extension, not on trunk
I recently got Festival performing Text to Speech on my Asterisk system. It is working great when I call from extension to extension in the house. But when I dial in on my phone number (which comes in on a sip registration to a Sonus server), I can not hear any sound. The asterisk box thinks it is playing the festival sound but I hear nothing. Any ideas?
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
2006 Jun 13
1
Festival RPM?
Hi, is there a RHEL4 RPM for the Festival text-to-speech system? Thanks -- Domenico Viggiani
2003 Dec 22
0
Festival sounds like a steam engine
I tried running the festival app today with little success. I have a working festival installation that does TTS to the linux sound output perfectly. With * it just produces a sort of hissing sound. The length of hissing is proportional to the length of text string that it is given to speak. Since I'm running on a PPC system I fear the dreaded endian problem is to blame and that
2003 Oct 23
6
Festival on RH9?
I'm about to download Festival source, apply the astrisk diff's, and initiate basic testing. Thoughts are to download v1.4.3 (latest per the fesitval website. If anyone has an existing how-to, install notes, tips, or any suggestions I'd greatly appreciate it. Direct email is fine if you'd rather not post them. Thanks, Rich radamson@routers.com
2008 Dec 02
5
cepstral vs festival
I'm about to begin working on an ivr project to do database backed scheduling. I would like to use text to speech in some places. What are the differences in using festival vs. Cepstral? How are they similar, how are they different? Is one really better than the other? How and Why? Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Sep 09
1
Festival Speech Synthesis 1.95:beta July 2004 Eval
Hello-- In the interests of playing around and wasting time, I've installed the latest version of the Festival stuff, 1.95beta. And, in the interests of future Asterisk-Festival connectivity, I applied the 1.4.3 patch to put in the asterisk related routines. I did it by hand, but, it looks like the patch will apply with no comment. Asterisk works with the new server... BUT the speed of
2006 Apr 25
1
Festival , Cannot hear the words after ","
Hi I am trying to use festivall with asterisk , I am using RHEL4 , asterisk1.2.7.1 and festival-1.95-beta , I am able to hear the voice form the text file , when I dial to the extension, but when I have ?,? in my text file , it plays only the text upto ?,? and in the CLI , the ?,? is shown as ?|? I had cut and pasted CLI messages for reference -- Executing
2003 Oct 08
4
asterisk & festival problem.
Hi, I?m trying to get app_festival to work. I got the source from the Debian woody package of festival-1.4.2 and applied the patch that came with * sources it applied fine; then I made the debian package and installed it. I have this on extensions.conf: exten => 6700,1,Festival(Hi there how are you doing ?) When I dial 6700 I hear nothing and then * hangups: -- Executing
2007 Jul 17
1
No sound from Festival, but *something* is happening
Hey folks, So I'm trying to get Festival() working on 1.2.17. I'm trying to use app_festival: Here's the show dialplan output from that extension: '3378' => 1. Answer() [pbx_config] 2. Festival(Hello Asterisk caller. How is your day?) [pbx_config] 3. Playback(vm-goodbye) [pbx_config] 4. Hangup()
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