Questions tagged [festival]
11 questions
7
votes
1 answer
Disable festival from 'noticing' abbreviations, by editing .festivalrc
The developers of the festival text-to-speech program do not seem to have been aware that DEC can stand for the Digital Equipment Corporation as easily as it can stand for December, and that SEP can stand for Somebody Else's Problem.
I, for one,…
ixtmixilix
- 13,040
- 27
- 82
- 118
4
votes
2 answers
Is there a way to get German text to speech in festival?
Searching for info about German text to speech, I came across a "Dialog-based Human-Technology Interaction by Coordinated Analysis and Generation of Multiple Modalities", as well as this page, which I can't really parse. I mean, it mentions festival…
ixtmixilix
- 13,040
- 27
- 82
- 118
3
votes
1 answer
How to make festival evaulate its own scheme expressions from the command line, so as to change voices as needed?
I can't seem to find any documentation on this.
This forum post shows someone trying to change the voice used by festival, outside of the festival interpreter, using a command-line flag.
festival --\(voice_kal_diphone\) --tts "Langalist.txt"
It…
ixtmixilix
- 13,040
- 27
- 82
- 118
3
votes
2 answers
Linux: can't open /dev/dsp
I am getting an error while running festival on my system: linux: can,t open /dev/dsp
I was searching for this error on the Internet and found this instruction:
To solve this problem just write this .festivalrc in your home directory or…
Sukhpreet Gill
- 31
- 1
- 2
2
votes
0 answers
How to tts correctly quotes in Festival?
I'm using Festival for tts. But it doesn't read correctly quotes (apostrophes) (e.g. the words like can't, it's etc.
Can I do something to fix it?
Here is the output of this text.
xralf
- 16,149
- 29
- 101
- 149
2
votes
0 answers
Using mbrola voices with festival from the command-line
I installed apt install festival #Version: 1:2.5.0-5
and apt install mbrola-de{1..7} #Version: 3.3+dfsg-4
How can I make use of this German mbrola voices in festival?
nath
- 5,430
- 9
- 45
- 87
2
votes
2 answers
speech-dispatcher voice configuration problems with festival
I finally got Festival working with the US HTS voices: cmu_us_awb_cg, cmu_us_jmk_cg, cmu_us_slt_cg, cmu_us_bdl_cg, cmu_us_clb_cg, cmu_us_rms_cg.
I manually configured festival.scm to use bdl voice:
(set! voice_default 'voice_cmu_us_bdl_cg)
It's…
Oak_3260548
- 121
- 5
1
vote
0 answers
Festival: is possible to get the output on stdout of an interactive command?
If I run
festival
The interactive console is opened and I run a command, for example
(doc cdddr)
Is possible to get the output on stdout?
I have tried
echo "(doc cdddr)"|festival
and
echo "(doc cdddr)"|festival -b
but no output on console
I…
elbarna
- 12,050
- 22
- 92
- 170
1
vote
0 answers
Festival CentOS 7 without Asterisk, Latin Spanish
Only I want to install a Spanish Latin voice for Festival, then I was looking for them.
I'm using CentOS, but I can't find the TTS packages...
I'm not Expert in this matter.
I was looking for using google, but the information I found is Ubuntu and…
joseluisbz
- 365
- 7
- 20
1
vote
1 answer
How to resolve Festival tts command returning `lexicon english_poslex not defined` error?
I have installed festival tts.
Now when I try running
echo "Helllloooo! Is anyone home?" | festival --tts
I get the output
lexicon english_poslex not defined
How do I resolve this error?
I'm running Linux Mint by the way.
Wally
- 297
- 2
- 11
0
votes
1 answer
How to get sudo insults only through festival?
I just found out sudo insults, and I would think it would be fun to get those slanders out through festival, but only the insults - how to do that on Linux?
Jeeves
- 11
- 1