home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / other / talkspk / talk.1 < prev    next >
Encoding:
Text File  |  1991-09-14  |  1.7 KB  |  42 lines

  1.  
  2. NAME 
  3.     talk - speak text from the command line or a file 
  4.  
  5. SYNOPSIS 
  6.     talk [ -v ] [ - ] [ -f file ] [ string... ] 
  7.  
  8. DESCRIPTION 
  9.     Talk uses  speak.tos  to speak text from the command line.  Text
  10.     files may also be spoken though  the  results  may  be  somewhat
  11.     unpredictable  unless  the file is written as it would be spoken
  12.     (i.e. without much punctuation,  special  marks,  headings,  and
  13.     phonetically).  
  14.  
  15.     The  -v  option sets verbose mode and must be the first argument
  16.     if present.  In verbose mode,  all  spoken  text  is  echoed  to
  17.     stdout.   Since  talk  does  some limited filtering of the input
  18.     data, it can be useful to collect the interpreted text.  
  19.  
  20.     Any number of files can be read via the -f option.  However  you
  21.     must specify a file name for each occurance of -f.  
  22.  
  23.     A  single  - means read from stdin (at that position in the file
  24.     list.  You must include the - to read stdin.  No arguments  will
  25.     cause talk to exit.  
  26.  
  27.     Any  remaining  arguments  on the command lines are concatenated
  28.     into a single line (hence single sentence)  and  "spoken"  after
  29.     any files or stdin is read.  
  30.  
  31.     Talk  tries  to  find  speak.tos  by first looking for it in the
  32.     current directory,  then  via  the  environment  variable  SPEAK
  33.     (which  must  contain  the  full path, name, and extension), and
  34.     finally by searching the PATH for "speak.tos".  If it fails,  it
  35.     quits.  
  36.  
  37. AUTHOR 
  38.     Developed  in  Alcyon,  then  ported to GNU C by Bill Rosenkranz
  39.     (rosenkra@convex.com).  I got the details from somewhere, but  I
  40.     don't recall where at this point.  
  41.  
  42.