home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / software / 1303 < prev    next >
Encoding:
Internet Message Format  |  1992-08-23  |  1.7 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!agate!agate!usenet
  2. From: izumi@pinoko.berkeley.edu (Izumi Ohzawa)
  3. Newsgroups: comp.sys.next.software
  4. Subject: Uploaded:  saystring - a command line program for flexible voice alerts
  5. Message-ID: <179daiINNan5@agate.berkeley.edu>
  6. Date: 24 Aug 92 01:17:06 GMT
  7. Reply-To: izumi@pinoko.berkeley.edu
  8. Distribution: world
  9. Organization: University of California, Berkeley
  10. Lines: 26
  11. NNTP-Posting-Host: moica.berkeley.edu
  12.  
  13. I have uploaded a short command line porgram in C that provides flexible voice alerts,
  14. like reading out numbers.
  15.  
  16.  * This is essentially a program that plays concatenated sound files of words with
  17.  * some special treatment for numbers.  As such, it only can speak words that have
  18.  * corresponding sound files.  Numbers are spoken by concatenating digit sounds.
  19.  * The program is very simple and low overhead, but should be quite usable for
  20.  * applications that need only limited vocaburary.  This has been written to
  21.  * provide voice alerts for monitoring experimental parameters in a biology lab.
  22.  * (Commands come from remote devices via rsh.)
  23.  *
  24.  * Usage examples:
  25.  *        saystring "temperature #39.4 degrees is too high"
  26.  *        saystring "our phone number is #6 #4 #2 _ #6 #4 #4 #0"
  27.  
  28. It is a one-night hack and not a general text-to-speech thing, so don't expect
  29. too much of it.  You have to prepare a set of sound files for all words you need.
  30.  
  31. Look for file saystring.c on sonata.cc.purdue.edu or cs.orst.edu.  It is currently
  32. in the submissions directory.
  33.  
  34. --
  35. Izumi Ohzawa
  36. USMail: University of California, 360 Minor Hall, Berkeley, CA 94720
  37. Telephone: (510) 642-6440     Fax:  (510) 642-3323
  38. Internet: izumi@pinoko.berkeley.edu (NeXT Mail OK)
  39.