|
|
948386 |
.\" Hey, EMACS: -*- nroff -*-
|
|
|
948386 |
.\" First parameter, NAME, should be all caps
|
|
|
948386 |
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
|
|
948386 |
.\" other parameters are allowed: see man(7), man(1)
|
|
|
948386 |
.TH ESPEAK 1 "July 25, 2007"
|
|
|
948386 |
.\" Please adjust this date whenever revising the manpage.
|
|
|
948386 |
.\"
|
|
|
948386 |
.\" Some roff macros, for reference:
|
|
|
948386 |
.\" .nh disable hyphenation
|
|
|
948386 |
.\" .hy enable hyphenation
|
|
|
948386 |
.\" .ad l left justify
|
|
|
948386 |
.\" .ad b justify to both left and right margins
|
|
|
948386 |
.\" .nf disable filling
|
|
|
948386 |
.\" .fi enable filling
|
|
|
948386 |
.\" .br insert line break
|
|
|
948386 |
.\" .sp <n> insert n+1 empty lines
|
|
|
948386 |
.\" for manpage-specific macros, see man(7)
|
|
|
948386 |
.SH NAME
|
|
|
948386 |
espeak \- A multi-lingual software speech synthesizer.
|
|
|
948386 |
.SH SYNOPSIS
|
|
|
948386 |
.B espeak
|
|
|
948386 |
.RI [ options ]\ [ words ]
|
|
|
948386 |
.SH DESCRIPTION
|
|
|
948386 |
.B espeak
|
|
|
948386 |
is a software speech synthesizer for English, and some other languages.
|
|
|
948386 |
.SH OPTIONS
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-f file
|
|
|
948386 |
Text file to speak.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-\-stdin
|
|
|
948386 |
Read text input from stdin instead of a file
|
|
|
948386 |
.TP
|
|
|
948386 |
If neither \fB-f\fP nor \fB--stdin\fP, \fIwords\fP are spoken, or if none then text is spoken from stdin, each line separately.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-a integer
|
|
|
948386 |
Amplitude, 0 to 20, default is 10.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-g integer
|
|
|
948386 |
Word gap. Pause between words, units of 10 ms at the default speed.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-k integer
|
|
|
948386 |
Indicate capital letters with: 1=sound, 2=the word "capitals", higher values = a pitch increase (try -k20).
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-l integer
|
|
|
948386 |
Line length. If not zero (which is the default), consider
|
|
|
948386 |
lines less than this length as and-of-clause.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-p integer
|
|
|
948386 |
Pitch adjustment, 0 to 99, default is 50.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-s integer
|
|
|
948386 |
Speed in words per minute, default is 160.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-v voicename
|
|
|
948386 |
Use voice file of this name from espeak-data/voices.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-w file
|
|
|
948386 |
Write output to this WAV file, rather than speaking it directly.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-b
|
|
|
948386 |
Input text is 8-bit encoding.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-m
|
|
|
948386 |
Indicates that the text contains SSML (Speech Synthesis Markup Language) tags or other XML tags. Those SSML tags which are supported are interpreted. Other tags, including HTML, are ignored, except that some HTML tags such as and ensure a break in the speech.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-q
|
|
|
948386 |
Quiet, don't produce any speech (may be useful with \fB-x\fP).
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-x
|
|
|
948386 |
Write phoneme mnemonics to stdout.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-X
|
|
|
948386 |
Write phonemes mnemonics and translation trace to stdout.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-z
|
|
|
948386 |
No final sentence pause at the end of the text.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-\-compile \fR[\fP\fB=\fPvoicename\fR]\fP
|
|
|
948386 |
Compile the pronunciation rules and dictionary in the current directory. The \fIvoicename\fP is optional and specifies which language to use.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-\-ipa \fR[\fP\fB=\fPipa\fR]\fP
|
|
|
948386 |
Write phonemes to stdout using International Phonetic Alphabet. If \fIipa\fP is 1 use ties, if 2 use ZWJ, if 3 separate with "\_".
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-\-path= path
|
|
|
948386 |
Specifies the directory containing the espeak-data directory.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-\-pho
|
|
|
948386 |
Write mbrola phoneme data (.pho) to stdout or to the file in \fB--phonout\fP.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-\-phonout= filename
|
|
|
948386 |
Write output from \fB-x\fP, \fB-X\fP commands and mbrola phoneme data to this file.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-\-punct \fR[\fP\fB=\fPcharacters\fR]\fP
|
|
|
948386 |
Speak the names of punctuation characters during speaking. If \fIcharacters\fP is omitted, all punctuation is spoken.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-\-split= minutes
|
|
|
948386 |
Starts a new WAV file every \fIminutes\fP. Used with \fB-w\fP.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B \-\-stdout
|
|
|
948386 |
Write speech output to stdout.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BI \-\-voices \fR[\fP\fB=\fPlanguage\fR]\fP
|
|
|
948386 |
Lists the available voices. If \fIlanguage\fP is present then only those voices which are suitable for that language are listed.
|
|
|
948386 |
.TP
|
|
|
948386 |
.BR \-h ", " \-\-help
|
|
|
948386 |
Show summary of options.
|
|
|
948386 |
.TP
|
|
|
948386 |
.B --version
|
|
|
948386 |
Show version information.
|
|
|
948386 |
.SH AUTHOR
|
|
|
948386 |
eSpeak was written by Jonathan Duddington <jonsd@jsd.clara.co.uk>. The webpage for this package can be found at http://espeak.sourceforge.net/.
|
|
|
948386 |
.PP
|
|
|
948386 |
This manual page was written by Luke Yelavich <themuso@ubuntu.com>, for the Ubuntu project (but may be used by others).
|
|
|
948386 |
Several updates by Jaroslav Škarvada <jskarvad@redhat.com>.
|