aboutsummaryrefslogtreecommitdiffstats
path: root/spo256/speak.1
blob: 8ceac590d617c0f9140adba5515c147de027369f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH "speak" "1" "January 1997" "Speak 0.2" "Text-to-Speech" 
.PP 
.SH NAME 
.PP
\fBspeak\fP - send output to text-to-speech service.
.PP 
.SH SYNOPSIS 
.PP 
\fBspeak\fP [\fIhostname\fP]
.PP 
.SH DESCRIPTION 
.PP
The Text-to-speech package introduces a standard TCP/IP port service for
attaching text-to-speech resources to your network.  These resources can
be used to monitor system status, provide verbal alarms, etc.  This network
service may be accessed by telnetting to a machine running a "speak" server,
or by using the various application utilities, such as \fBspeak\fP.
.PP
 
The \fBspeak\fP program will capture and redirect all standard input to the 
network speech server, such as \fBspo256\fP, running either on the 
local machine ("\fIlocalhost\fP"), or to the server running on the host 
specified as a  command line argument. \fBspeak\fP is normally used to 
terminate a pipe, such as in "\fIcat filename | speak\fP".  The TCP service
port used for the connection is specified in \fI/etc/services\fP.

.PP
While most of the text-to-speech programs are separately written, the
\fBspeak\fP program is normally an alias for the actual server itself,
such as the \fBspo256\fP program.  This was intentional, as future 
versions of speak may drive hardware directly in an alternate usage 
(such as "\fIspeak /dev/ttyxx\fP"), as well as redirecting output to a named 
host.

.PP
.SH SEE ALSO 
.PP 
.BR say (1),
.BR down (8),
.BR spo256 (8),
.BR services (7)
.PP 
.SH AUTHOR 
.PP 
David Sugar (dyfet@tycho.com)
.PP