The tts tag has no wiki summary.
2
votes
0answers
88 views
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 ...
7
votes
1answer
141 views
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 ...
1
vote
1answer
246 views
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 ...
3
votes
3answers
2k views
What and how is the encoding of a raw (headerless) audio file?
I have done this:
me@riverbrain:~/sgf$ echo "test" | text2wave -otype raw -F 16000 >> test.raw
which produced a headerless audio file. The wonderful thing about this file is that it can be ...