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