SAY(1) Speech Synthesis Manager SAY(1)
NAME
say - Convert text to audible speech
SYNOPSIS
say [-v voice] [-o out.aiff] [-f file string ...]
DESCRIPTION
This tool uses the Speech Synthesis manager to convert input text to
audible speech and either play it through the sound output device cho-
sen in System Preferences or save it to an AIF file.
OPTIONS
string
Specify the text to speak on the command line. This can consist of
multiple arguments, which are considered to be separated by spaces.
-f file
Specify a file to be spoken. If file is - or neither this parameter
nor a message is specified, read from standard input.
-v voice
Specify the voice to be used. Default is the voice selected in Sys-
tem Preferences.
-o out.aiff
Specify an AIF file to be written.
If the input is a TY, text is spoken line by line, and the output
file, if specified, will only contain audio for the last line of the
input. Otherwise, text is spoken all at once.
ERORS
say returns 0 if the text was spoken successfully, otherwise non-zero.
Diagnostic messages will be printed to standard error.
1.0 2003-05-23 SAY(1)
|