1FESTIVAL(1) General Commands Manual FESTIVAL(1)
2
3
4
6 festival - a text-to-speech system.
7
9 festival [options] [file0] [file1] ...
10
11
12
14 Festival is a general purpose text-to-speech system. As well as simply
15 rendering text as speech it can be used in an interactive command mode
16 for testing and developing various aspects of speech synthesis technol‐
17 ogy.
18
19 Festival has two major modes, command and tts (text-to-speech). When
20 in command mode input (from file or interactively) is interpreted by
21 the command interpreter. When in tts mode input is rendered as speech.
22 When in command mode filenames that start with a left paranthesis are
23 treated as literal commands and evaluated.
24
25
27 -q Load no default setup files
28
29 --libdir <string>
30 Set library directory pathname
31
32 -b Run in batch mode (no interaction)
33
34 --batch Run in batch mode (no interaction)
35
36 --tts Synthesize text in files as speech no files means read from
37 stdin (implies no interaction by default)
38
39 -i Run in interactive mode (default)
40
41 --interactive
42 Run in interactive mode (default)
43
44 --pipe Run in pipe mode, reading commands from stdin, but no prompt or
45 return values are printed (default if stdin not a tty)
46
47 --language <string>
48 Run in named language, default is english, spanish and welsh
49 are available
50
51 --server
52 Run in server mode waiting for clients of server_port (1314)
53
54 --script
55 <ifile> Used in #! scripts, runs in batch mode on file and
56 passes all other args to Scheme
57
58 --heap <int> {1000000}
59 Set size of Lisp heap, should not normally need to be changed
60 from its default
61
62 -v Display version number and exit
63
64 --version
65 Display version number and exit
66
68 More than you can imagine.
69
70 A manual with much detail (though not complete) is available in dis‐
71 tributed as part of the system and is also accessible at
72 http://www.cstr.ed.ac.uk/projects/festival/manual/
73
74 Although we cannot guarantee the time required to fix bugs, we would
75 appreciated it if they were reported to
76 festival-bug@cstr.ed.ac.uk
77
78
80 Alan W Black, Richard Caley and Paul Taylor
81 (C) Centre for Speech Technology Research, 1996-1998
82 University of Edinburgh
83 80 South Bridge
84 Edinburgh EH1 1HN
85 http://www.cstr.ed.ac.uk/projects/festival.html
86
87
88
89 6th Apr 1998 FESTIVAL(1)