flite.1 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH FLITE 1 "2018-11-14" "2.1.0" "SlackBuilds.org"
  4. .SH NAME
  5. flite \- a small simple speech synthesizer
  6. .
  7. .nr rst2man-indent-level 0
  8. .
  9. .de1 rstReportMargin
  10. \\$1 \\n[an-margin]
  11. level \\n[rst2man-indent-level]
  12. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  13. -
  14. \\n[rst2man-indent0]
  15. \\n[rst2man-indent1]
  16. \\n[rst2man-indent2]
  17. ..
  18. .de1 INDENT
  19. .\" .rstReportMargin pre:
  20. . RS \\$1
  21. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  22. . nr rst2man-indent-level +1
  23. .\" .rstReportMargin post:
  24. ..
  25. .de UNINDENT
  26. . RE
  27. .\" indent \\n[an-margin]
  28. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  29. .nr rst2man-indent-level -1
  30. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  31. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  32. ..
  33. .\" RST source for flite(1) man page. Convert with:
  34. .
  35. .\" rst2man.py flite.rst > flite.1
  36. .
  37. .\" rst2man.py comes from the SBo development/docutils package.
  38. .
  39. .SH SYNOPSIS
  40. .sp
  41. flite [\fI\-options\fP] [\fItext/file\fP] [\fIwavefile\fP]
  42. .SH DESCRIPTION
  43. .sp
  44. Converts text in \fItext/file\fP to a waveform in \fIwavefile\fP\&.
  45. .sp
  46. If \fItext/file\fP contains a space, it is treated as a literal
  47. text string and spoken, and not as a file name. If \fItext/file\fP
  48. is omitted or \fB\-\fP, text will be read from standard input.
  49. .sp
  50. If \fIwavefile\fP is unspecified or \fBplay\fP, the result is
  51. played on the default ALSA audio device. If \fIwavefile\fP
  52. is \fBnone\fP, the waveform is discarded (good for benchmarking).
  53. .sp
  54. Any other options must appear before \fItext/file\fP and/or \fIwavefile\fP\&.
  55. .sp
  56. The full documentation for \fBflite\fP can be read as a GNU info
  57. file with the command \fBinfo flite\fP, or (possibly) as HTML in:
  58. .sp
  59. /usr/doc/flite\-2.1.0/html/index.html
  60. .sp
  61. If the HTML documentation isn\(aqt installed locally, it can also be found at:
  62. .sp
  63. \fI\%http://festvox.org/flite/doc/index.html\fP
  64. .SH OPTIONS
  65. .\" notice the **-opt** *param* stuff? rst's option recognition
  66. .
  67. .\" can't handle non-GNU-style options like -option (it thinks the
  68. .
  69. .\" option is -o, and the ption is the parameter). So we have to help
  70. .
  71. .\" it out a little.
  72. .
  73. .INDENT 0.0
  74. .TP
  75. .B \-\-version
  76. Output flite version number
  77. .UNINDENT
  78. .INDENT 0.0
  79. .TP
  80. .B \-?, \-h, \-\-help
  81. Output usage string
  82. .UNINDENT
  83. .INDENT 0.0
  84. .TP
  85. .BI \-o \ WAVEFILE
  86. Explicitly set output filename
  87. .TP
  88. .BI \-f \ TEXTFILE
  89. Explicitly set input filename
  90. .TP
  91. .BI \-t \ TEXT
  92. Explicitly set input textstring
  93. .TP
  94. .BI \-p \ PHONES
  95. Explicitly set input textstring and synthesize as phones
  96. .UNINDENT
  97. .INDENT 0.0
  98. .TP
  99. .B \fB\-\-set\fP \fIF=V\fP
  100. Set feature (guesses type)
  101. .TP
  102. .B \fB\-s\fP \fIF=V\fP
  103. Set feature (guesses type)
  104. .TP
  105. .B \fB\-\-seti\fP \fIF=V\fP
  106. Set int feature
  107. .TP
  108. .B \fB\-\-setf\fP \fIF=V\fP
  109. Set float feature
  110. .TP
  111. .B \fB\-\-sets\fP \fIF=V\fP
  112. Set string feature
  113. .UNINDENT
  114. .sp
  115. \fB\-ssml\fP Read input text/file in ssml mode
  116. .INDENT 0.0
  117. .TP
  118. .B \-b
  119. Benchmark mode
  120. .TP
  121. .B \-l
  122. Loop endlessly
  123. .UNINDENT
  124. .INDENT 0.0
  125. .TP
  126. .B \fB\-voice\fP \fINAME\fP
  127. Use voice \fINAME\fP (\fINAME\fP can be filename or url too)
  128. .TP
  129. .B \fB\-voicedir\fP \fINAME\fP
  130. Directory containing voice data
  131. .TP
  132. .B \fB\-lv\fP
  133. List voices available
  134. .TP
  135. .B \fB\-add_lex\fP \fIFILENAME\fP
  136. add lex addenda from \fIFILENAME\fP
  137. .TP
  138. .B \fB\-pw\fP
  139. Print words
  140. .TP
  141. .B \fB\-ps\fP
  142. Print segments
  143. .TP
  144. .B \fB\-psdur\fP
  145. Print segments and their durations (end\-time)
  146. .TP
  147. .B \fB\-pr\fP \fIRelName\fP
  148. Print relation \fIRelName\fP
  149. .TP
  150. .B \fB\-voicedump\fP \fIFILENAME\fP
  151. Dump selected (cg) voice to \fIFILENAME\fP
  152. .UNINDENT
  153. .INDENT 0.0
  154. .TP
  155. .B \-v
  156. Verbose mode
  157. .UNINDENT
  158. .SH SEE ALSO
  159. .sp
  160. The flite homepage: \fI\%http://www.festvox.org/flite/\fP
  161. .SH AUTHOR
  162. Alan W. Black, Kevin Lorenzo
  163. .SH COPYRIGHT
  164. See /usr/doc/flite-2.1.0/COPYING for full copyright information on flite.
  165. This man page written for the SlackBuilds.org project
  166. by B. Watson, and is licensed under the WTFPL.
  167. .\" Generated by docutils manpage writer.
  168. .