Penguin
Annotated edit history of festival(1) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 FESTIVAL
2 !!!FESTIVAL
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 BUGS
8 AUTHOR
9 ----
10 !!NAME
11
12
13 festival - a text-to-speech system.
14 !!SYNOPSIS
15
16
17 __festival__ ''[[options] [[file0] [[file1]
18 ...''
19 !!DESCRIPTION
20
21
22 Festival is a general purpose text-to-speech system. As well
23 as simply rendering text as speech it can be used in an
24 interactive command mode for testing and developing various
25 aspects of speech synthesis technology.
26
27
28 Festival has two major modes, command and tts
29 (text-to-speech). When in command mode input (from file or
30 interactively) is interpreted by the command interpreter.
31 When in tts mode input is rendered as speech. When in
32 command mode filenames that start with a left paranthesis
33 are treated as literal commands and evaluated.
34 !!OPTIONS
35
36
37 __-q__
38
39
40 Load no default setup files
41
42
43 __--libdir__ ''''
44
45
46 Set library directory pathname
47
48
49 __-b__
50
51
52 Run in batch mode (no interaction)
53
54
55 __--batch__
56
57
58 Run in batch mode (no interaction)
59
60
61 __--tts__
62
63
64 Synthesize text in files as speech no files means read from
65 stdin (implies no interaction by default)
66
67
68 __-i__
69
70
71 Run in interactive mode (default)
72
73
74 __--interactive__
75
76
77 Run in interactive mode (default)
78
79
80 __--pipe__
81
82
83 Run in pipe mode, reading commands from stdin, but no prompt
84 or return values are printed (default if stdin not a
85 tty)
86
87
88 __--language__ ''''
89
90
91 Run in named language, default is english, spanish and welsh
92 are available
93
94
95 __--server__
96
97
98 Run in server mode waiting for clients of server_port
99 (1314)
100
101
102 __--script__
103
104
105
106
107 __--heap__ ''''
108 __{500000}__
109
110
111 Set size of Lisp heap, should not normally need to be
112 changed from its default
113
114
115 __-v__
116
117
118 Display version number and exit
119
120
121 __--version__
122
123
124 Display version number and exit
125 !!BUGS
126
127
128 More than you can imagine.
129
130
131 A manual with much detail (though not complete) is available
132 in distributed as part of the system and is also accessible
133 at
134 http://www.cstr.ed.ac.uk/projects/festival/manual/
135
136
137 Although we cannot guarantee the time required to fix bugs,
138 we would appreciated it if they were reported to
139 festival-bug@cstr.ed.ac.uk
140 !!AUTHOR
141
142
143 Alan W Black, Richard Caley and Paul Taylor
144 (C) Centre for Speech Technology Research, 1996-1998
145 University of Edinburgh
146 80 South Bridge
147 Edinburgh EH1 1HN
148 http://www.cstr.ed.ac.uk/projects/festival.html
149 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.