Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

espeak(1) [centos 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
-ffile 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. -ainteger Amplitude, 0 to 20, default is 10. -ginteger Word gap. Pause between words, units of 10 ms at the default speed. -kinteger Indicate capital letters with: 1=sound, 2=the word "capitals", higher values = a pitch increase (try -k20). -linteger Line length. If not zero (which is the default), consider lines less than this length as and-of-clause. -pinteger Pitch adjustment, 0 to 99, default is 50. -sinteger Speed in words per minute, default is 160. -vvoicename Use voice file of this name from espeak-data/voices. -wfile Write output to this WAV file, rather than speaking it directly. -b Input text is 8-bit encoding. -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. -q Quiet, don't produce any speech (may be useful with -x). -x Write phoneme mnemonics to stdout. -X Write phonemes mnemonics and translation trace to stdout. -z No final sentence pause at the end of the text. --compile[=voicename] Compile the pronunciation rules and dictionary in the current directory. The voicename is optional and specifies which language to use. --ipa[=ipa] Write phonemes to stdout using International Phonetic Alphabet. If ipa is 1 use ties, if 2 use ZWJ, if 3 separate with "_". --path=path Specifies the directory containing the espeak-data directory. --pho Write mbrola phoneme data (.pho) to stdout or to the file in --phonout. --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. --split=minutes Starts a new WAV file every minutes. Used with -w. --stdout Write speech output to stdout. --voices[=language] Lists the available voices. If language is present then only those voices which are suitable for that language are listed. -h, --help Show summary of options. --version Show version information. 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). Several updates by Jaroslav karvada <jskarvad@redhat.com>. July 25, 2007 ESPEAK(1)

Check Out this Related Man Page

recite(1)						      General Commands Manual							 recite(1)

NAME
recite - english text speech synthesizer SYNOPSIS
recite [ option... ][ infile [ outfile ]] recite -Help recite -VERSion DESCRIPTION
The recite program is used to read english text and speak the words from the workstation's speaker. By default, the standard input is read and the english text is spoken from the speaker. If a file name is given on the command line, the text is taken from the file rather than the standard input. If a second file is named, a ulaw encoded file is written to the named file, rather then emitting it from the speaker. This file will be compatible with Sun's audiotool(1). OPTIONS
The following options are understood: -Write_Phonemes The option may be used to cause the translation process to cease after the text has been translated into phonemes. The phonemes will be emitted on the standard output, or to the appropriate file if an output file has been specified. -Help Provide some help with using the recite program. -VERSion Print the version of the recite program being executed. All other options will produce a diagnostic error. Options may be abbreviated, the minimum abbreviation is shown in upper-case. Options are case insensitive. Options and file names may be mixed arbitrarily on the command line. EXIT STATUS
The recite program will exit with a status of 1 on any error. The recite program will only exit with a status of 0 if there are no errors. COPYRIGHT
The recite program is Copyright (C) 1993 Peter Miller. All rights reserved. The recite program comes with ABSOLUTELY NO WARRANTY; for details use the 'recite -VERSion Warranty' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the 'recite -VERSion Redistribution' command. AUTHOR
Peter Miller UUCP uunet!munnari!bmr.gov.au!pmiller //* Internet pmiller@bmr.gov.au recite(1)
Man Page