summaryrefslogtreecommitdiffstats
path: root/accessibility/flite/man/flite.1
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/flite/man/flite.1')
-rw-r--r--accessibility/flite/man/flite.1168
1 files changed, 168 insertions, 0 deletions
diff --git a/accessibility/flite/man/flite.1 b/accessibility/flite/man/flite.1
new file mode 100644
index 0000000000..b6c628f4e1
--- /dev/null
+++ b/accessibility/flite/man/flite.1
@@ -0,0 +1,168 @@
+.\" Man page generated from reStructuredText.
+.
+.TH FLITE 1 "2018-11-14" "2.1.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 default ALSA 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 (possibly) as HTML in:
+.sp
+/usr/doc/flite\-2.1.0/html/index.html
+.sp
+If the HTML documentation isn\(aqt installed locally, it can also be found at:
+.sp
+\fI\%http://festvox.org/flite/doc/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.1.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.
+.