mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:00:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39837 72102866-910b-0410-8b05-ffd578937521
36 lines
960 B
Groff
36 lines
960 B
Groff
.TH say 1 "June 2010" GNUstep "GNUstep System Manual"
|
|
.SH NAME
|
|
say \- convert text to audible speech using the GNUstep speech engine
|
|
.SH SYNOPSIS
|
|
.B say
|
|
.RB [ -f
|
|
.IR filename ]
|
|
.RI [ some_text ]
|
|
.SH DESCRIPTION
|
|
.B say
|
|
is a simple GNUstep tool which uses the GNUstep Speech Engine to
|
|
convert input text to audible speech and play it through the sound
|
|
device.
|
|
.SH OPTIONS
|
|
.IP "\fB-f \fIfilename"
|
|
Read input text from
|
|
.IR filename
|
|
.IP "\fIsome text"
|
|
Any text passed on the command line
|
|
.SH EXAMPLES
|
|
say \-f foo.txt
|
|
.P
|
|
say Hello, world!
|
|
.SH SEE ALSO
|
|
.BR GSSpeechServer (1),
|
|
.BR GNUstep (7).
|
|
.SH AUTHORS
|
|
.B say
|
|
was written by David Chisnall <theraven@sucs.org>. This man page was
|
|
written by Yavor Doganov <yavor@gnu.org>.
|
|
.SH COPYRIGHT
|
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
|
.PP
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved.
|