File: flite.1

package info (click to toggle)
flite 1.4-release-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 81,656 kB
  • ctags: 146,802
  • sloc: ansic: 636,980; sh: 3,685; lisp: 2,496; makefile: 881; cpp: 804; xml: 52
file content (65 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download | duplicates (8)
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
.TH FLITE 1 "February 25, 2003"
.SH NAME
flite \- A small simple speech synthesizer
.SH SYNOPSIS
.B flite
[\fIOPTION\fR]... \fITEXTFILE\fR [\fIWAVEFILE\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B flite
command.
This manual page was written for the Debian distribution
because the original program does not have a manual page.
Instead, it has documentation in /usr/share/doc/flite/
.PP
Converts text in TEXTFILE to a waveform in WAVEFILE.
If text contains a space, it is treated as a literal
textstring and spoken, and not as a file name.
if WAVEFILE is unspecified or "play" the result is
played on the current systems audio device.  If WAVEFILE
is "none" the waveform is discarded (good for benchmarking)
.SH OPTIONS
.TP
\fB\-\-version\fR
Output \fBflite\fP version number.
.TP
\fB\-?\fR, \fB\-\-help\fR
Output usage information.
.TP
\fB\-o\fR WAVEFILE
Explicitly set output filename.
.TP
\fB\-f\fR TEXTFILE
Explicitly set input filename.
.TP
\fB\-t\fR TEXT
Explicitly set input text string.
.TP
\fB\-p\fR PHONES
Explicitly set input text string and synthesize as phones.
.TP
\fB\-s\fR, \fB\-\-set\fR FEATURE=VALUE
Set feature (guesses type).
.TP
\fB\-\-seti\fR FEATURE=VALUE
Set int feature.
.TP
\fB\-\-setf\fR FEATURE=VALUE
Set float feature.
.TP
\fB\-\-sets\fR FEATURE=VALUE
Set string feature.
.TP
\fB\-b\fR
Benchmark mode.
.TP
\fB\-l\fR
Loop endlessly.
.TP
\fB\-v\fR
Verbose output.
.SH SEE ALSO
.BR flite_time (1), " " t2p (1), " " festival (1)
.SH AUTHOR
This manual page was written by Mario Lang <mlang@debian.org>,
for the Debian GNU/Linux system (but may be used by others).