System Documentation

Installation and Test

  1. Download and unpack the distribution after registering as a new user.
  2. Unzip the file. If your unzip tool has a "smart" option for unpacking text files, disable this - it can corrupt some of the data files in the code.
  3. Run the file flinger_test.bat in the directory where you unpacked the distribution. This will run the program and load an example script called fl_test.scm. The script is written in Festival's scripting language, called "scheme". You should hear some talking and singing, synthesized from the MIDI file in festival\examples\midi\ogi.mid. You can look at this file in your favorite MIDI composition program.

Interactive Command Line Mode

Flinger is really just a customized version of the Festival TTS system. Therefore, it can do all of the things Festival itself can do. For instance, it can speak a sentence and save it to a file (e.g., MS riff format) as follows:
festival> (utt.save.wave (SayText "Hello world.") "test.wav" 'riff)