diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-02 14:46:45 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:27 +0700 |
commit | 81b7beb0b4d915c921b3b9ffe8b0d413b107713e (patch) | |
tree | 71903ce6ec9bd9aac0ee07aedf37027f2a9636bf /accessibility/flite/man | |
parent | eac08384c2626e2c5da70d4dac24899c7f16fad0 (diff) |
accessibility/flite: Updated for version 2.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/flite/man')
-rw-r--r-- | accessibility/flite/man/flite.1 | 168 | ||||
-rw-r--r-- | accessibility/flite/man/flite_time.1 | 24 | ||||
-rw-r--r-- | accessibility/flite/man/t2p.1 | 19 |
3 files changed, 211 insertions, 0 deletions
diff --git a/accessibility/flite/man/flite.1 b/accessibility/flite/man/flite.1 new file mode 100644 index 0000000000000..b6c628f4e175d --- /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. +. diff --git a/accessibility/flite/man/flite_time.1 b/accessibility/flite/man/flite_time.1 new file mode 100644 index 0000000000000..656768cb90615 --- /dev/null +++ b/accessibility/flite/man/flite_time.1 @@ -0,0 +1,24 @@ +.TH FLITE_TIME 1 "February 25, 2003" +.SH NAME +flite_time \- A talking clock based on a limited-domain voice +.SH SYNOPSIS +.B flite_time +.I HH:MM +.SH DESCRIPTION +.B flite_time +is a example talking clock based on a limited domain +voice from Festival Lite. + +.SH OPTIONS +Specify the time you want to have announced at the +command-line using the format HH:MM. + +.SH EXAMPLES +.IP "flite_time `date +%H:%M`" 4 +Announce the current time. + +.SH SEE ALSO +.BR flite (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). diff --git a/accessibility/flite/man/t2p.1 b/accessibility/flite/man/t2p.1 new file mode 100644 index 0000000000000..f400398375c21 --- /dev/null +++ b/accessibility/flite/man/t2p.1 @@ -0,0 +1,19 @@ +.TH T2P 1 "February 25, 2003" +.SH NAME +t2p \- A text to phoneme converter +.SH SYNOPSIS +.B t2p +"word word word" +.SH DESCRIPTION +.B t2p +converts text specified on the command-line into US english phonemes. +Output is given to STDOUT. + +.SH OPTIONS +No options. + +.SH SEE ALSO +.BR flite (1), " " flite_time (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). |