Questions tagged [festival]

The Festival Speech Synthesis System

Festival offers a general framework for building speech synthesis systems.

88 questions
0
votes
1 answer

Installing Festival 2.4 on Windows 7 using Cygwin

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. $…
Quark
  • 1
  • 1
0
votes
4 answers

Exploding acronyms to ensure a synthesizer reads them properly?

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…
talkingnews
  • 211
  • 3
  • 16
0
votes
0 answers

SIOD error while installing festival in ubuntu

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
0
votes
3 answers

warning in ubuntu in return value of 'fscanf'

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…
0
votes
1 answer

Festival TTS API / CodeBlocks Build problems!

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…
legami
  • 1,303
  • 6
  • 22
  • 31
0
votes
1 answer

Make test error (Festival 2.0.95 & Windows XP & Cygwin)

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…
legami
  • 1,303
  • 6
  • 22
  • 31
0
votes
1 answer

Festival TTS showing SIOD:ran out off storage message

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…
Peeyush
  • 4,728
  • 16
  • 64
  • 92
0
votes
1 answer

Error Regarding Festival-Asterisk

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…
Avishek
  • 135
  • 11
0
votes
2 answers

Compile Festival/Edinburgh Speech tools Visual Studio 2013

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…
Travis
  • 2,105
  • 2
  • 26
  • 35
0
votes
1 answer

Can't make FestVox compile due to missing -leststring and missing libeststring.a

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…
0
votes
3 answers

Compiling Festival on MingW32

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…
User1
  • 39,458
  • 69
  • 187
  • 265
0
votes
1 answer

shell_exec command cannot find libraries

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…
Marc
  • 1,029
  • 1
  • 10
  • 27
-1
votes
1 answer

Can we run festival.exe through java?

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 =…
Savreen
  • 49
  • 11
1 2 3 4 5
6