Displaying 20 results from an estimated 4000 matches similar to: "How do you change the festival voice"
2006 Feb 16
1
Festival and Asterisk - different voices?
Just curious to know if anyone uses Festival with * and whether or not
you've got a different voice than the default. I'm looking at doing a
commercial application but my boss doesn't want to shell out the $
before we do some real world testing of * and Festival. Specifically,
I'm looking for a female voice, preferably US English.
Any suggestions?
Thanks,
MC
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 Feb 17
0
Festival and Asterisk - different voices? => SOLVED!
FYI,
I found a workaround with this. Festival w/ A@H comes with 4 voices.
Here's a snippet from the siteinit.scm file:
;(set! voice_default 'voice_cmu_us_bdl_arctic_hts)
(set! voice_default 'voice_cmu_us_slt_arctic_hts)
;(set! voice_default 'voice_cmu_us_jmk_arctic_hts)
;(set! voice_default 'voice_cmu_us_awb_arctic_hts)
The default is to have the first line uncommented and
2004 Oct 06
1
Problem on getting wav file out of Festival-text2wave utility ?
Hi,
I'm banging my head with Perl AGI script to produce wav file to be streamed
with Festival's text2wave utility.
I have two lines of code:
------------------------------------
system('echo "' . $text . '" | text2wave -scale 1.5 -F 8000 -o ' . $filename
. ' - ');
system('echo "' . $text . '" | text2wave -eval
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 Jul 14
0
Changing the voice in Asterisk
> Has anyone had any luck in changing the voices for Festival and
> Asterisk?
>
> I have Festival installed and working, but can not get the voice
> different
> from the default.
>
> Thanks,
>
> Jason
>
Jason--
Assuming you follow the installation instructions, and install the Mbrola and
other goodies for all the possible different voices, then you can,
2003 Jul 15
9
Poll - Would you pay $30-$50 for high quality speech synthesis?
Many of you are familiar with how lousy Festival sounds.
AT&T has a product, NaturalVoices, that sounds much better. There are
male & female voice fonts for US/UK/Indian English, French, Spanish,
and German.
I am considering offering a linux-based text-to-speech engine based on
the NaturalVoices runtime. An asterisk module would also be provided,
making it easy to add natural sounding
2003 Sep 23
2
festival problem
I have loaded festival-1.4.3 patched with the 1.4.3.diff file. Festival source is in /usr/src/festival dir. When I try to use it I get this from asterisk:
-- Executing Answer("SIP/chad-57a4", "") in new stack
-- Executing Festival("SIP/chad-57a4", ""I am talking"") in new stack
== Parsing '/etc/asterisk/festival.conf': Found
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
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
2005 Jan 27
3
Festival as background
Is it possible to run the Festival command in the same manner as the
Background command so that it can be interrupted by caller key presses?
--
Howard.
LANNet Computing Associates;
Your Linux people <http://www.lannetlinux.com>
------------------------------------------
"When you just want a system that works, you choose Linux;
when you want a system that just works, you choose
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 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
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
2004 Oct 06
1
Asterisk and Festival, getting gethostbyname failed error
Interestingly enough I had this same problem today....
1. I created the directory and permissions for the directory "
/var/lib/asterisk/festivalcache/ " (per the comment in the festival.conf
file)
2. I had to comment out some things in the festival.conf file: the
"host" line, the "port" line, and the "festivalcommand" line. I have
also noticed the
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
2007 May 08
2
asterisk with festival facing problem
hi List,
i've been trying to get festival work on my 1.4.4 *box for the last 3days,
i've used the tutorial on this page
http://www.voip-info.org/wiki-Asterisk+Festival+installation
with exactly the same line in my dialplan just to make a test
now when i try to call( dial 555 ) from my softphone i get this message on
festival server debugger:
server Tue May 8 11:36:53 2007 : Festival
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()
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
2005 Feb 25
3
Festival - Asterisk@home
Hello All,
I installed Asterisk@home with no problems whatsoever. All features so
far work great.
However, I have been trying to setup the festivval weather AGI script
and it won't work.
I see the script fire off in the CLI and it completes with no errors.
However, I never hear anything on the extension.
Does anyone know if there is something undocumented that I should have
done?
Thanks,