summaryrefslogtreecommitdiffstats
path: root/accessibility/svox/pico2audio.1
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/svox/pico2audio.1')
-rw-r--r--accessibility/svox/pico2audio.189
1 files changed, 89 insertions, 0 deletions
diff --git a/accessibility/svox/pico2audio.1 b/accessibility/svox/pico2audio.1
new file mode 100644
index 0000000000..684dfa1685
--- /dev/null
+++ b/accessibility/svox/pico2audio.1
@@ -0,0 +1,89 @@
+.\" Man page generated from reStructuredText.
+.
+.
+.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
+..
+.TH "PICO2AUDIO" 1 "2021-08-02" "20210802" "SlackBuilds.org"
+.SH NAME
+pico2audio \- text-to-speech wrapper for pico2wave
+.\" RST source for pico2audio(1) man page. Convert with:
+.
+.\" rst2man.py pico2audio.rst > pico2audio.1
+.
+.\" rst2man.py comes from the SBo development/docutils package.
+.
+.\" converting from pod:
+.
+.\" s/B<\([^>]*\)>/**\1**/g
+.
+.\" s/I<\([^>]*\)>/*\1*/g
+.
+.SH SYNOPSIS
+.sp
+pico2audio [\fI\-l <language>\fP] [\fIwords\fP]
+.SH DESCRIPTION
+.sp
+\fBpico2audio\fP is a shell script wrapper for \fBpico2wave\fP\&. It renders text to
+speech and plays it using the \fBplay\fP command.
+.sp
+If a \fI\-l <language>\fP option is given, it will be passed to pico2wave. See
+\fBpico2wave\fP(1) for details.
+.sp
+If \fIwords\fP are given, they are used as input. Unlike the pico2wave command,
+there\(aqs no requirement to quote multiple words. If no \fIwords\fP are given,
+words are read from standard input.
+.sp
+Exit status is that of \fBpico2wave\fP\&.
+.SH EXAMPLES
+.sp
+Examples:
+.INDENT 0.0
+.INDENT 3.5
+.INDENT 0.0
+.TP
+.B pico2audio Hello world.
+Speaks "Hello world" in the default language (en\-US).
+.TP
+.B pico2audio \-l en\-GB Hello world.
+As above, in a British accent.
+.TP
+.B fortune \-s | pico2audio
+Reads from standard input.
+.TP
+.B pico2audio < /etc/motd
+Speak a text file. Don\(aqt forget the \fB<\fP or it says the filename instead.
+.UNINDENT
+.UNINDENT
+.UNINDENT
+.SH AUTHOR
+.sp
+pico2audio was written by B. Watson, and is licensed under the WTFPL.
+.SH SEE ALSO
+.sp
+\fBpico2wave\fP(1), \fBplay\fP(1)
+.\" Generated by docutils manpage writer.
+.