Questions tagged [festival]

The Festival Speech Synthesis System

Festival offers a general framework for building speech synthesis systems.

88 questions
1
vote
1 answer

(Unix) piping tail -f to festival

I'm trying to send a stream of the end of a file (via tail -f) to festival, which is a text to speech program. tail -f ./filename | festival --tts works fine for this. Here's my problem: I'd like change the stream coming out of tail -f so that…
1
vote
2 answers

What the performance of Festival TTS vs FreeTTS on windows platforms?

9 hours ago I had the wonderful idea to build up from scratch Festival TTS on Windows. In the meanwhile, and in less than 30 minutes, I build up the same source code on Linux, but only because tons of development tools were already installed :D Also…
Steel Plume
  • 2,260
  • 3
  • 26
  • 35
1
vote
1 answer

How to set corresponding GCC flags and environment variables in Eclipse CDT

Hi i have been trying to make a c++ program of mine to work on Linux GCC I have used a Text to speech lib called Festival 2.1 #include #include #include using namespace std; int main() { int…
GP cyborg
  • 198
  • 5
  • 16
1
vote
1 answer

Sending input to stdin and getting the full output in Java - Festival TTS

I'm trying to use the Java Runtime.getRuntime().exec(String) command to run Festival, then use OutputStreamWriter to write some commands to the outpustream of the process. This works great, and I'm able to do something like this: Process p =…
joshhendo
  • 1,964
  • 1
  • 21
  • 28
1
vote
1 answer

Using Festival from an Asterisk AGI script

This feels like a really silly problem but I just can't figure it out. I am writing an AGI script in Perl using Asterisk::AGI which needs to invoke Festival to read some text to the caller. I know that in the dialplan I can say Festival('Hello…
Matthew Walton
  • 9,809
  • 3
  • 27
  • 36
0
votes
3 answers

Compiling parts of Festival code written in C++ in a stand-alone C++ program

I am trying to use selective parts of the Festival code (written in C++) and trying to use them in my own C++ programs. Note that this question is not about using the Festival API but about functions within Festival that can be used directly. The…
Sriram
  • 10,298
  • 21
  • 83
  • 136
0
votes
1 answer

Getting a stacktrace & using a debugger with Scheme

I am using Festival (the TTS software) and understanding it. It is written in Scheme and I am trying to get an execution flow for some of the programs therein. My questions are as follows: Is there a debugger for Scheme? How can I get a…
Sriram
  • 10,298
  • 21
  • 83
  • 136
0
votes
0 answers

Festival 2.5 and multisyn JMK voice from 1.95

I have an old old linux 2.6 VM that I keep around just for Festival 1.95 and the JMK Multisyn voice. Try as I might to get multisyn working, I have not had any success on my Ubuntu 18.04 setup. I can't get Festival 1.95 working, and when I copy in…
HP1
  • 55
  • 5
0
votes
0 answers

How can I use pico or festival with pyttsx3?

I want to use pico or festival as engine in pyttsx3 (on an Ubuntu machine), but when I write something like '''engine = pyttsx3.init('pico')''' it tells me that there is no module named pyttsx3.drivers.pico. However I have installed both: ii …
MDoe
  • 163
  • 1
  • 13
0
votes
0 answers

Building festival for arch linux

Can any one guide me how can I build festival for arch currently I am using Garuda with kernal 5.19.13 I want build it because the package from aur is not working correctly
0
votes
0 answers

not able tochange voices festival i arch linux

whenever i tries to change voice in festival in arch linux it give me this error #
0
votes
1 answer

no voice output in Festival

I have just installed the Festival 2.5.0, and in its interface when I type (SayText "hello"), I get no output sound at all. It only gives me this error: festival> (SayText "hello") FindNextComponent Error setting input audio stream…
jlkids
  • 1
  • 1
0
votes
0 answers

fail to build speech tools for festival

When I tried to build speech tolls from source code it keeps giving me this error speech tools version 2.5 bfd plugin: LLVM gold plugin has failed to create LTO module: The end of the file was unexpectedly encountered bfd plugin: LLVM gold plugin…
0
votes
0 answers

Building executables from open-source library for portability (Festival TTS)

I'm working on a Python/C++ application that will run on Mac OS and relies on the Festival Speech Synthesis System, which I'm building from source here. In my project, I use Festival's shell-based API (i.e. calling compiled executables from within…
tom-g
  • 115
  • 2
  • 10
0
votes
2 answers

How do I use Festival text to speech with php

I am implementing text-to-speech using Festival on the localhost. I have managed to produce a scheme file but cannot produce the mp3 file. Here are the codes index.php Festival Voice…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/festival" class="post-tag grid--cell" title="show questions tagged 'festival'" rel="tag">festival</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 12 '20 at 02:28">asked Feb 12 '20 at 02:28</time> <a href="../../users/7844583/davidkihara" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7844583.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="davidkihara" /> </a> <div class="s-user-card--info"> <a href="../../users/7844583/davidkihara" class="s-user-card--link">davidkihara</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">493</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="10 silver badge">10</li> <li class="s-award-bling s-award-bling__bronze" title="30 bronze badge">30</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/festival_page=3" rel="prev" title="Go to page 3">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/festival_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/festival_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/festival_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item is-selected">4</div> <a class="s-pagination--item" href="../../questions/tagged/festival_page=5" rel="" title="Go to page 5">5</a> <a class="s-pagination--item" href="../../questions/tagged/festival_page=6" rel="" title="Go to page 6">6</a> <a class="s-pagination--item" href="../../questions/tagged/festival_page=5" rel="next" title="Go to page 5"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>