home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / Demos / Pluto / demo2 / Docs_!OVERVIEW < prev    next >
Encoding:
Text File  |  1997-06-25  |  2.4 KB  |  77 lines

  1. OVERVIEW
  2. ========
  3.  
  4. The SPEAK system consists of the following items:
  5.  
  6. !Speak
  7.     A simple talking text editor and reader application.
  8.  
  9. !PhonEdit
  10.     Pronunciation editor.  This allows you to change the
  11.     pronunciation of unusual words such as names.  You need to
  12.     install the JSDSPEAK font which is provided in the "Font"
  13.     directory.
  14.  
  15. !VoiceEdit
  16.     Voice editor.  This allows you to change the sound of the various
  17.     voices.  You can also select the default voice which is used by
  18.     the Speak module.
  19.  
  20. speakmod
  21.     The speech synthesis module.  It finds its data files in the
  22.     "data" directory which is refered to by the Speak$Dir system
  23.     variable.
  24.  
  25. !RunTAYT
  26.     This runs the Talk-as-you-Type module, which speaks words as
  27.     you type them on the keyboard.  This can be used with text
  28.     typed into any application.
  29.  
  30. !RunMODULE
  31.     This just runs the Speak module.
  32.  
  33. 3rdParty
  34.     This directory contains information and programs to allow you to
  35.     use the Speak module with PenDown, Phases, and the Voyager
  36.     internet suite.
  37.  
  38.  
  39. Installing the IPA Font
  40. =======================
  41.  
  42. In order to use the !PhonEdit pronunciation editor, you will need
  43. to install a font which includes characters from the International
  44. Phonetic Alphabet.
  45.  
  46. Copy the font directory "Font.JSDSpeak" from the !Speak disc into
  47. the !Fonts directory on your system, and then restart your
  48. computer.
  49.  
  50.  
  51. Running on an ARM2 processor
  52. ============================
  53.  
  54. The Speak module uses quite a bit of processing power.
  55. It struggles on an old, slow, ARM2 processor. 
  56.  
  57. The Speak module now detects automatically whether it is running on
  58. a processor without a cache (i.e. ARM2 or ARM250) and reduces the
  59. quality slightly in order to take less processing power.
  60.  
  61. On an ARM2, it also restricts all Pitch Base values to a minimum
  62. value of 140.  Higher pitched voices take less processing power.
  63. This causes the standard voice to have a higher pitch than it would
  64. have on other processors.
  65.  
  66. If you are using a computer with an ARM2 processor, you will need
  67. to use Mode 12 rather a higher resolution screen mode.
  68.  
  69.  
  70. Spell Checker Data
  71. ==================
  72.  
  73. In order o reduce the amount of memory used by the !Speak application,
  74. the spell checker data is now supplied in a separate directory, "SpellCheck".
  75. If you want to use the spell checker in the !Speak application, copy
  76. the "!Run" file and the "DataWP" directory from there into the !Speak
  77. application directory.