So I am trying to use festival tts on my raspberry pi for a smart home project. However, when I try to use a british english voice it says not a british english voice installed.
echo "hello world" | festival --tts --language "british_english"
Not a…
I am trying to convert text to speech in java. I used FreeTTS but it doesnot provide recording feature or changing male voice to female voice using just maven.
I came across festival.exe. It is giving me all the features I require. But the issue is…
I set up a Ubuntu VM today just to build Festival on Ubuntu (I never ran it before) Then I did the following setups
On the Terminal window I wrote following to install GNU C++ Compiler
sudo apt-get install build-essential
To test the g++ I wrote a…
Some background: In trying to build a unit selection voice I followed the steps here: https://github.com/CSTR-Edinburgh/CSTR-Edinburgh.github.io/blob/master/_posts/2016-8-21-Multisyn_unit_selection.md and used a voice definition from here:…
I am running ubuntu (16.10) (guest) in virtualbox (5.1.18) on windows 10 (host)
I have downloaded festival tts code from respective sites and trying to build it on this setup.
Code get built without any hitch whatsoever.
However at run time, all the…
How can I use the NativeProcess API in Adobe AIR 2.0 to do CLI in Windows like passing the following commands to cmd.exe
cd C:\FestivalTTS
echo "Hello world" | festival --tts
The problem is unlike grep or any unlike similar command, Festival opens…
So I have a Raspberry Pi unit that is set up to check a gmail account and if new mail appears, it reads it out loud via festival.
I interact with Festival via a crude 'echo "' + str(message) + '" | festival --tts' call where message is the content…
Am currently working on a project that uses Festival TTS engine on the RPi.
Have used it plenty before. I have also used pyfestival to do basic stuff. I am currently trying to generate the viseme file for a piece of text. This works perfectly if…
I am having problems with the festival C++ API (Windows XP).
After I make both festival and speech_tools succesfully (Cygwin), I have a file, called festival_example.cc, which contains:
#include
#include
int main(int argc,…
I want to use Festival TTS with my C++ programme.
So i have downloaded all files form http://www.cstr.ed.ac.uk/downloads/festival/2.0.95/
then i start reading manual(http://www.cstr.ed.ac.uk/projects/festival/manual/festival_28.html) for C++ API but…
i am using Festival c++ Api but in the manual provided at
http://www.cstr.ed.ac.uk/projects/festival/manual/festival_28.html#SEC132
saying to link festival/src/lib/libFestival.a etc.
so please tell me hw to link them with my c++ programme
I'd like to use Festival in an iPhone app. Is this possible, considering the way Festival generates and then plays back audio files? Can I pass Festival an audio file directly from itself to play back? or is there a different way to read things?
Is…
Tried to make an utterance in festival and it seems /dev/dsp/ is missing in the debian. How to add this?
festival> (SayText "Hello")
Linux: can't open /dev/dsp
#
I am working on improving Festival on Emacs. I need better control of Festival when it reads a sentence. Basically, I need two things:
Show what word is being read.
Change the speed (and maybe pitch) of what is being read.
Ideally, there would…