Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

espeak(1) [debian man page]

ESPEAK(1)						      General Commands Manual							 ESPEAK(1)

NAME
espeak - A multi-lingual software speech synthesizer. SYNOPSIS
espeak [options] [<words>] DESCRIPTION
espeak is a software speech synthesizer for English, and some other languages. OPTIONS
-h Show summary of options. -f <text file> Text file to speak --stdin Read text input from stdin instead of a file If neither -f nor --stdin, <words> are spoken, or if none then text is spoken from stdin, each line separately. -q Quiet, don't produce any speech (may be useful with -x) -a <integer> Amplitude, 0 to 20, default is 10 -l <integer> Line length. If not zero (which is the default), consider lines less than this length as and-of-clause -p <integer> Pitch adjustment, 0 to 99, default is 50 -s <integer> Speed in words per minute, default is 160 -v <voice name> Use voice file of this name from espeak-data/voices -b Input text encoding, 1=UTF8, 2=8 bit, 4=16 bit -b Input text encoding, 1=UTF8, 2=8 bit, 4=16 bit -m 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 <hr> <h2> and <li> ensure a break in the speech. -w <wave file name> Write output to this WAV file, rather than speaking it directly -x Write phoneme mnemonics to stdout -X Write phonemes mnemonics and translation trace to stdout. If rules files have been built with --compile=debug, line numbers will also be displayed. --stdout Write speech output to stdout --compile=<voice name> Compile the pronunciation rules and dictionary in the current directory. =<voice name> is optional and specifies which language --path=<path> Specifies the directory containing the espeak-data directory --phonout=<filename> Write output from -x -X commands and mbrola phoneme data to this file --punct="<characters>" Speak the names of punctuation characters during speaking. If =<characters> is omitted, all punctuation is spoken. -k <integer> Indicate capital letters with: 1=sound, 2=the word "capitals", higher values = a pitch increase (try -k20). --voices[=<language code>] Lists the available voices. If =<language code> is present then only those voices which are suitable for that language are listed. --compile=voicename Compile the pronunciation rules and dictionary in the current directory. =<voice name> is optional and specifies which language --compile=debug Compile the pronunciation rules and dictionary in the current directory as above, but include line numbers, that get shown when -X is used. AUTHOR
eSpeak was written by Jonathan Duddington <jonsd@jsd.clara.co.uk>. The webpage for this package can be found at http://espeak.source- forge.net/. This manual page was written by Luke Yelavich <themuso@ubuntu.com>, for the Ubuntu project (but may be used by others). August 6, 2010 ESPEAK(1)

Check Out this Related Man Page

ESPEAKUP(8)						      System Manager's Manual						       ESPEAKUP(8)

NAME
espeakup -- connect Speakup to the ESpeak TTS engine SYNOPSIS
espeakup [ --default-voice=voicename ] [ --debug ] [ --help ] [ --version ] OPTIONS
-V voicename, --default-voice=voicename Set the espeak voice to be used by default. -d, --debug run in the foreground, rather than becoming a daemon process. -h, --help display a brief help message and exit. -v, --version output version information and exit. DESCRIPTION
Espeakup bridges the gap between two tools: the Speakup screen review system and the ESppeak text-to-speech engine. Each of these tools performs a well-defined task. Speakup is a kernel-based screen reader for the Linux console. It extracts and processes the text that is displayed on the foreground virtual console. It supports several hardware based speech synthesizers directly. However, since it is in kernel space, it cannot support a software speech synthesizer directly since these are in user space. ESpeak is a popular software speech synthesizer. It is small, light weight, very responsive, and supports multiple languages. Espeakup is a connector which will read text sent to it by speakup and forward it to ESpeak. This allows Speakup to use ESpeak as its speech synthesizer. Espeakup is a daemon. Typically, it is started at boot time, and it terminates when the system is halted or rebooted. It should be started by the system's init scripts. This process varies among Linux distributions, but the details are usually managed by the person who packaged Espeakup for your distribution. From the perspective of an average user, Espeakup's operation is invisible. BUGS
Espeakup is still classified as alpha software. Bugs are periodically found and fixed. If you find a bug, please do report it to the author. You might also consider mentioning it on the mailing list for the Speakup screenreader. Visit http://speech.braille.uwo.ca/mailman/listinfo/speakup to learn more about the mailing list. SEE ALSO
For more information about Speakup, visit its homepage: http://linux-speakup.org. ESpeak's home page is http://espeak.sourceforge.net. AUTHOR
William Hubbs is the author and maintainer of Espeakup. He may be reached via the email address <w.d.hubbs@gmail.com>. This manual page was written by Chris Brannon, and his email address is <cmbrannon79@gmail.com>. 0.60 5 Nov 2008 ESPEAKUP(8)
Man Page