summaryrefslogtreecommitdiffstats
path: root/accessibility/flite/flite.1
blob: add46b6b7252e05158a9e954db4edb25814bf77f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
.\" Man page generated from reStructuredText.
.
.TH FLITE 1 "2015-05-09" "2.0.0" "SlackBuilds.org"
.SH NAME
flite \- a small simple speech synthesizer
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" RST source for flite(1) man page. Convert with:
.
.\" rst2man.py flite.rst > flite.1
.
.\" rst2man.py comes from the SBo development/docutils package.
.
.SH SYNOPSIS
.sp
flite [\fI\-options\fP] [\fItext/file\fP] [\fIwavefile\fP]
.SH DESCRIPTION
.sp
Converts text in \fItext/file\fP to a waveform in \fIwavefile\fP\&.
.sp
If \fItext/file\fP contains a space, it is treated as a literal
text string and spoken, and not as a file name. If \fItext/file\fP
is omitted or \fB\-\fP, text will be read from standard input.
.sp
If \fIwavefile\fP is unspecified or \fBplay\fP, the result is
played on the current systems audio device.  If \fIwavefile\fP
is \fBnone\fP, the waveform is discarded (good for benchmarking).
.sp
Any other options must appear before \fItext/file\fP and/or \fIwavefile\fP\&.
.sp
The full documentation for \fBflite\fP can be read as a GNU
info file with the command \fBinfo flite\fP, or as HTML in
\fI/usr/doc/flite\-|version|/html/index.html\fP\&.
.SH OPTIONS
.\" notice the **-opt** *param* stuff? rst's option recognition
.
.\" can't handle non-GNU-style options like -option (it thinks the
.
.\" option is -o, and the ption is the parameter). So we have to help
.
.\" it out a little.
.
.INDENT 0.0
.TP
.B \-\-version
Output flite version number
.UNINDENT
.INDENT 0.0
.TP
.B \-?, \-h, \-\-help
Output usage string
.UNINDENT
.INDENT 0.0
.TP
.BI \-o \ WAVEFILE
Explicitly set output filename
.TP
.BI \-f \ TEXTFILE
Explicitly set input filename
.TP
.BI \-t \ TEXT
Explicitly set input textstring
.TP
.BI \-p \ PHONES
Explicitly set input textstring and synthesize as phones
.UNINDENT
.INDENT 0.0
.TP
.B \fB\-\-set\fP \fIF=V\fP
Set feature (guesses type)
.TP
.B \fB\-s\fP \fIF=V\fP
Set feature (guesses type)
.TP
.B \fB\-\-seti\fP \fIF=V\fP
Set int feature
.TP
.B \fB\-\-setf\fP \fIF=V\fP
Set float feature
.TP
.B \fB\-\-sets\fP \fIF=V\fP
Set string feature
.UNINDENT
.sp
\fB\-ssml\fP   Read input text/file in ssml mode
.INDENT 0.0
.TP
.B \-b
Benchmark mode
.TP
.B \-l
Loop endlessly
.UNINDENT
.INDENT 0.0
.TP
.B \fB\-voice\fP \fINAME\fP
Use voice \fINAME\fP (\fINAME\fP can be filename or url too)
.TP
.B \fB\-voicedir\fP \fINAME\fP
Directory containing voice data
.TP
.B \fB\-lv\fP
List voices available
.TP
.B \fB\-add_lex\fP \fIFILENAME\fP
add lex addenda from \fIFILENAME\fP
.TP
.B \fB\-pw\fP
Print words
.TP
.B \fB\-ps\fP
Print segments
.TP
.B \fB\-psdur\fP
Print segments and their durations (end\-time)
.TP
.B \fB\-pr\fP \fIRelName\fP
Print relation \fIRelName\fP
.TP
.B \fB\-voicedump\fP \fIFILENAME\fP
Dump selected (cg) voice to \fIFILENAME\fP
.UNINDENT
.INDENT 0.0
.TP
.B \-v
Verbose mode
.UNINDENT
.SH SEE ALSO
.sp
The flite homepage: \fI\%http://www.festvox.org/flite/\fP
.SH AUTHOR
Alan W. Black, Kevin Lorenzo
.SH COPYRIGHT
See /usr/doc/flite-2.0.0/COPYING for full copyright information on flite.
This man page written for the SlackBuilds.org project
by B. Watson, and is licensed under the WTFPL.
.\" Generated by docutils manpage writer.
.