home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0770.lha / Uedit / Rich-Martin.LZH / UTTER.ARC / Read.Me next >
Text File  |  1988-11-15  |  954b  |  23 lines

  1.  
  2.     I enjoy using the speech synthesis capabilities of the Amiga for a
  3. variety of purposes. But I hate the Say command. The damn
  4. translator.library does such a poor job of translating text to speech.
  5. Using AmigaBASIC or C, I can do a pretty good job using the Arpabet
  6. phoneme code; but in my script files, all I had was the Say command.
  7.  
  8.     Enter utter. Utter deals with the narrator device only, so it is up
  9. to the user to come up with a valid string of phonemes. But the level of
  10. control is greatly enhanced using the Arpabet, so I have found it is
  11. worth learning.
  12.  
  13.     Example:        utter "/HAY6Y DHEYRX."
  14.  
  15. This is similar to typing Say "Hi there."    Any number of phoneme
  16. strings (enclosed in quotes) may be supplied as arguments.
  17.  
  18.     I hope you like my default values for Pitch, Rate, and Sample
  19. Frequency. They sound good to me, but I suppose the sucker should be re-
  20. written to accept arguments for these values. I'll leave it up to you.
  21.  
  22.                                         -Rich Martin
  23.