picospeaker.1 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .
  4. .nr rst2man-indent-level 0
  5. .
  6. .de1 rstReportMargin
  7. \\$1 \\n[an-margin]
  8. level \\n[rst2man-indent-level]
  9. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  10. -
  11. \\n[rst2man-indent0]
  12. \\n[rst2man-indent1]
  13. \\n[rst2man-indent2]
  14. ..
  15. .de1 INDENT
  16. .\" .rstReportMargin pre:
  17. . RS \\$1
  18. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  19. . nr rst2man-indent-level +1
  20. .\" .rstReportMargin post:
  21. ..
  22. .de UNINDENT
  23. . RE
  24. .\" indent \\n[an-margin]
  25. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  26. .nr rst2man-indent-level -1
  27. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  28. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  29. ..
  30. .TH "PICOSPEAKER" 1 "2022-01-21" "0.6.2" "SlackBuilds.org"
  31. .SH NAME
  32. picospeaker \- command-line interface to svox
  33. .\" RST source for picospeaker(1) man page. Convert with:
  34. .
  35. .\" rst2man.py picospeaker.rst > picospeaker.1
  36. .
  37. .\" rst2man.py comes from the SBo development/docutils package.
  38. .
  39. .SH SYNOPSIS
  40. .sp
  41. picospeaker [\fI\-options\fP] <\fItext\fP>
  42. .SH DESCRIPTION
  43. .sp
  44. PicoSpeaker is a program written in Python that speaks text on its
  45. command line or standard input using SVox Pico (\fBpico2wave\fP(1)) and
  46. \fBsox\fP(1). Speech rate, pitch, volume and language can be specified,
  47. and output can be saved to any file format supported by \fBsox\fP, or
  48. sent directly to the audio device.
  49. .SH OPTIONS
  50. .INDENT 0.0
  51. .TP
  52. .B \fB\-l\fP, \fB\-\-language\fP \fIlanguage\fP
  53. Language to speak (default is \fIen\-US\fP). Available languages are
  54. \fIen\-US\fP, \fIen\-GB\fP, \fIde\-DE\fP, \fIes\-ES\fP, \fIfr\-FR\fP and \fIit\-IT\fP\&. These may
  55. be abbreviated to the two\-letter code (e.g. \fIen\fP).
  56. .TP
  57. .B \fB\-v\fP, \fB\-\-volume\fP \fInumber\fP
  58. Output volume (default is 1.0).
  59. .TP
  60. .B \fB\-r\fP, \fB\-\-rate\fP \fInumber\fP
  61. 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).
  62. .TP
  63. .B \fB\-p\fP, \fB\-\-pitch\fP \fInumber\fP
  64. Voice pitch (semitones) from \-79 to 39 (default is 0).
  65. .TP
  66. .B \fB\-o\fP, \fB\-\-output\fP \fIfile\fP
  67. Output to the specified file (default is sound card output).
  68. .TP
  69. .B \fB\-c\fP, \fB\-\-compress\fP, \fB\-q\fP, \fB\-\-quality\fP \fInumber\fP
  70. Compression/quality level of output file, depends on file type. This option causes an error if no output file is specified.
  71. .TP
  72. .B \fB\-t\fP, \fB\-\-type\fP \fItype\fP
  73. 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.
  74. .TP
  75. .B \fB\-V\fP, \fB\-\-version\fP
  76. Print version information.
  77. .TP
  78. .B \fB\-h\fP, \fB\-\-help\fP, \fB\-u\fP, \fB\-\-usage\fP
  79. Print built\-in help message.
  80. .UNINDENT
  81. .SH COPYRIGHT
  82. .sp
  83. \fBpicospeaker\fP is free and unencumbered software released into the public domain.
  84. See the file /usr/doc/picospeaker\-0.6.2/UNLICENSE for details.
  85. .SH AUTHORS
  86. .sp
  87. \fBpicospeaker\fP was written by written by Kyle and forked by shilbert01.
  88. .sp
  89. This man page written for the SlackBuilds.org project
  90. by B. Watson, and is licensed under the WTFPL.
  91. .SH SEE ALSO
  92. .sp
  93. \fBpico2wave\fP(1), \fBsox\fP(1)
  94. .\" Generated by docutils manpage writer.
  95. .