123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .\" 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 "PICOSPEAKER" 1 "2022-01-21" "0.6.2" "SlackBuilds.org"
- .SH NAME
- picospeaker \- command-line interface to svox
- .\" RST source for picospeaker(1) man page. Convert with:
- .
- .\" rst2man.py picospeaker.rst > picospeaker.1
- .
- .\" rst2man.py comes from the SBo development/docutils package.
- .
- .SH SYNOPSIS
- .sp
- picospeaker [\fI\-options\fP] <\fItext\fP>
- .SH DESCRIPTION
- .sp
- PicoSpeaker is a program written in Python that speaks text on its
- command line or standard input using SVox Pico (\fBpico2wave\fP(1)) and
- \fBsox\fP(1). Speech rate, pitch, volume and language can be specified,
- and output can be saved to any file format supported by \fBsox\fP, or
- sent directly to the audio device.
- .SH OPTIONS
- .INDENT 0.0
- .TP
- .B \fB\-l\fP, \fB\-\-language\fP \fIlanguage\fP
- Language to speak (default is \fIen\-US\fP). Available languages are
- \fIen\-US\fP, \fIen\-GB\fP, \fIde\-DE\fP, \fIes\-ES\fP, \fIfr\-FR\fP and \fIit\-IT\fP\&. These may
- be abbreviated to the two\-letter code (e.g. \fIen\fP).
- .TP
- .B \fB\-v\fP, \fB\-\-volume\fP \fInumber\fP
- Output volume (default is 1.0).
- .TP
- .B \fB\-r\fP, \fB\-\-rate\fP \fInumber\fP
- Rate of speech from \-90 to 9900 (default is 0). This is a percentage, offset by 100 (so \-90 is 10% original speed, 100 is 2x).
- .TP
- .B \fB\-p\fP, \fB\-\-pitch\fP \fInumber\fP
- Voice pitch (semitones) from \-79 to 39 (default is 0).
- .TP
- .B \fB\-o\fP, \fB\-\-output\fP \fIfile\fP
- Output to the specified file (default is sound card output).
- .TP
- .B \fB\-c\fP, \fB\-\-compress\fP, \fB\-q\fP, \fB\-\-quality\fP \fInumber\fP
- Compression/quality level of output file, depends on file type. This option causes an error if no output file is specified.
- .TP
- .B \fB\-t\fP, \fB\-\-type\fP \fItype\fP
- Save output file as \fItype\fP\&. Only needed if saving with a nonstandard extension. This option causes an error if no output file is specified.
- .TP
- .B \fB\-V\fP, \fB\-\-version\fP
- Print version information.
- .TP
- .B \fB\-h\fP, \fB\-\-help\fP, \fB\-u\fP, \fB\-\-usage\fP
- Print built\-in help message.
- .UNINDENT
- .SH COPYRIGHT
- .sp
- \fBpicospeaker\fP is free and unencumbered software released into the public domain.
- See the file /usr/doc/picospeaker\-0.6.2/UNLICENSE for details.
- .SH AUTHORS
- .sp
- \fBpicospeaker\fP was written by written by Kyle and forked by shilbert01.
- .sp
- This man page written for the SlackBuilds.org project
- by B. Watson, and is licensed under the WTFPL.
- .SH SEE ALSO
- .sp
- \fBpico2wave\fP(1), \fBsox\fP(1)
- .\" Generated by docutils manpage writer.
- .
|