mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
4956ca10e3
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
89 lines
2.2 KiB
Groff
89 lines
2.2 KiB
Groff
.\" 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.
|
|
.
|