I am trying to install Festival 2.4 on my Windows 7 64-bit using Cygwin 2.5.1. I tested the C++ compiler and it worked. But as I started to install speech tools (which must be installed first), I encountered an error when calling make.
$…
If I feed a speech synthesizer (festival, in this case, but it applies to all) the following bit of text:
"At the USPGA championship in the US, the BBC reporter went MIA".
it reads
"At the uspga championship in the us, the BBC reporter went…
While I try to install my festival speech synthesis system following SIOD error creating problem.
SIOD ERROR: unbound variable: voice_cmu_us_slt_arctic_hts
festival: text modes, caught error_ and tidying up
installing festival speech synthesis system from http://festvox.org/ ...directly by running general script.
Facing below given problem .....this problem will effect my working on festival framework or not ?????
eps.c: In function…
I want to use Festival TTS API with CodeBlocks. I have created a new project, and added in build options>linker settings:
libFestival.a
libestools.a
libestbase.a
libeststring.a
I also added in the global compiler settings>search…
I am following these instructions:
http://www.cstr.ed.ac.uk/downloads/festival/2.0.95/do_test
And after
cd ../speech_tools
make test
I have this:
___________
Test Failed
hash regression status. FAILED
Any Idea?
After that,if I try:
cd…
i am designing a front end for Festival TTS using it's C++ API
Everything is working fine in my programme but i have a problem that i am giving a drop down
option to user to select other languages when user select a language from drop down then…
Everything seems to be working perfectly.But no sound is audible.Corresponding configuration files & CLI outputs are attached.
In another machine with same configuration a new error coming SIOD ERROR in festival server. Attached file name is SIOD…
Directions I found to compile
I have tried using the directions to compile Festival from Festvox latest (no update since 2010) using Visual studio 2013 to compile Speech Tools
nmake /nologo /FVCMakefile > output.txt
slib_doc.cc
C:\Program Files…
So I have installed / compiled speech_tools, and Festival (2.3) using Cygwin on my Win8.1 machine to the point that I can successfully produce speech using this command:
echo "hello world" | \src\main\festival --tts
The next step is for me to get…
I'm trying to compile Festival on MingW32, so I can have a Windows binary. I couldn't find the Windows binary on their site. Anyone have one they can post?
If not, here's what I have so far. I did the ./configure and make for it and have the…
I am trying to execute a shell command via shell_exec (text to speech). The command works well from the shell and the paths are set correctly, but when executed from PHP it doesn't find certain libraries. This is the command
shell_exec('echo "nice…
I am trying to run festival.exe through java. I tried running the following code but apparently it is not working. Where is it going wrong?
String [] cmdArray= {"C://Festival//festival.exe","(SayText \"Hello\")"};
Runtime rt =…