text2wave - convert text to .wav files
Contents
Bugs
More than you can imagine.
A manual with much detail (though not complete) is available in distributed as part of the system and is
also accessible at
http://www.cstr.ed.ac.uk/projects/festival/manual/
Although we cannot guarantee the time required to fix bugs, we would appreciated it if they were reported
to
festival-bug@cstr.ed.ac.ukDescription
This script is part of the festival text-to-speech system. It is a wrapper for festival's Scheme code
for easy usage in TTS scripts.
Name
text2wave - convert text to .wav files
Options
-modestring
Explicit tts mode.
-oofile
File to save waveform to.
The default is stdout.-otypestring
Output waveform type: alaw, ulaw, snd, aiff, riff, nist etc.
The default is riff.-finteger
Output frequency.
-scalefloat
Volume factor.
-evalstring
File or lisp s-expression to be evaluated before synthesis.
Synopsis
text2wave[options] < text > sound.wav
