home *** CD-ROM | disk | FTP | other *** search
/ Astra Blaster / Astra.cdr / voice / hearsay5.txt < prev    next >
Text File  |  1992-04-08  |  19KB  |  439 lines

  1.      6.00 HOW TO CREATE A BATCH FILE AND MANUALLY CONFIGURE THE HEARSAY GOLD 
  2.  
  3.      Section 6.01  describes  configuring  the Hearsay Gold  system manually as 
  4. well as customizing the system.  This means every time you boot  up your system 
  5. your own custom settings  would have  to be re-entered.  Section 6.02 describes
  6. editing the  batch files created in the SETUP  program described in  Section 1.
  7. Your vocabularies  or customized  settings  may be added to these  batch files. 
  8. You can also add the Hearsay directory to your path.
  9.  
  10. NOTE:  All Hearsay arguments detailed  below can be use in combination from the 
  11.        HSR or HSRE command line.
  12.  
  13.      6.01 HOW TO MANUALLY CONFIGURE THE HEARSAY
  14.       
  15. HOW TO ADD THE HEARSAY DIRECTORY TO YOUR PATH 
  16.  
  17. STEP ACTION
  18.  
  19.      1. Type - cd\ [ENTER] to return to your Root directory.
  20.  
  21.      2. Type - PATH [ENTER] The current PATH statement will be displayed.
  22.  
  23.      3. Type PATH = (copy the PATH statement in step 2.  End the statement with 
  24.         a semi-colon (;), then add C:\HEARSAY;)
  25.  
  26.      4. Press [ENTER]
  27.  
  28. NOTE 1: This statement assumes the C drive & Hearsay directory.  If the Hearsay 
  29. files are stored on another drive and directory  specify that Drive & Directory 
  30. (DRIVE:\DIRECTORY;).
  31.  
  32. NOTE: 2: Hearsay is not added to the PATH statement. It is in the HEARSAY SETUP
  33. program.
  34.  
  35. HOW TO SET THE DEFAULT DIRECTORY
  36.  
  37.      The first thing  you need to do  it set Hearsay's  default directory.  The 
  38. default directory  should be  HEARSAY\XXX  where HEARSAY  is the directory that 
  39. contains the Hearsay files and XXX is the  sub-directory  where the person with 
  40. the initials XXX's vocabularies are stored. The DOS command is:
  41.  
  42.      SET HEARSAY=C:\HEARSAY\XXX [ENTER]
  43.  
  44.      This  command is contained in all start up batch files  created in SET UP. 
  45.  
  46. HOW TO SET THE INITIAL LEVEL
  47.  
  48.      In order to set the Level you must first load one of Hearsay  drivers  HSR 
  49. or HSRE. 
  50.  
  51. HSR  is a voice recognition  driver that  does not include the on line  Hearsay 
  52.      Editor. This driver is automatically loaded when you enter your XXX  batch
  53.      file. 
  54.  
  55. HSRE is a voice recognition driver that includes the on line Hearsay Editor. It
  56.      allows editing without exiting from your application.  This driver program
  57.      takes up about 40 K bytes  of additional memory (Approximately 120 K bytes 
  58.      total).  It is automatically loaded  when you enter  your XXXE batch file.
  59.  
  60. STEP ACTION
  61.  
  62.      1. Type HSR or HSRE [ENTER].
  63.  
  64.      2. Type LEVEL [ENTER].
  65.  
  66.      3. The system will prompt  you to  say the word  "CALIBRATE".  The program
  67.         then determines  an appropriate  noise level  parameter  and stores the
  68.         level in the default directory that is set.  The system  will  print to
  69.         the four (4) numbers  representing a level. This new level takes effect
  70.         the next time recognition  is enabled and is set automatically the next
  71.         time you run HSR or HSRE.
  72.  
  73.      HOW TO SET THE LEVEL MANUALLY
  74.  
  75.      The level setting can also be set  manually by entering a four digit value
  76. after an "N" character when loading HSR or HSRE.
  77.  
  78.           HSR NXXXX
  79.           HSRE NXXXX
  80.  
  81.      The level setting  will be XXXX.  It  is not  a good  practice to  set the
  82. level manually. Best results are  achieved  if the  system level is  set in the
  83. environment where  it will  be  used  by  running  the automatic  LEVEL setting
  84. routine described above.
  85.  
  86. NOTE: The level setting is automatically set in SET UP.
  87.  
  88.            6.02 HOW TO CREATE A BATCH FILE
  89.  
  90.      The best way to use Setup Commands  is to include them in a .BAT file that
  91. you can run whenever you want to use the  Hearsay Gold.  If you put the command
  92. in the  AUTOEXEC.BAT  it will  be run  every  time you boot  up your PC.  As an
  93. alternative, you can edit your personalized  batch  files with EDLIN or any DOS
  94. editor.
  95.  
  96.      XXX batch file performs the following:
  97.  
  98.           SET HEARSAY=DRIVE:\HEARSAY\XXX
  99.           HSR/X
  100.           HSR
  101.  
  102.      XXXE batch file performs the following:
  103.  
  104.           SET HEARSAY=DRIVE:\HEARSAY\XXX
  105.           HSRE/X
  106.           HSRE
  107.  
  108.      These batch files may  be edited  using EDLIN  or any  DOS editor  and any
  109. customized set up  arguments can be  added to the HSR or HSRE command line.  In
  110. addition, you can add  the loading commands  REDT/L VOCABULARY or  MKLIB XX and
  111. RE/L VOCABULARY. Save the edited file under the names:
  112.  
  113.      XXXVOCABULARY (If HSR is used) or
  114.      XXXEVOCABULARY (If HSRE is used)
  115.  
  116.      Now you can load  the Hearsay driver  and your customized  set up commands
  117. and vocabulary from one batch file command.
  118.  
  119.      HOW TO ADD THE PATH TO YOUR AUTOEXEC.BAT FILE
  120.  
  121.      USING THE DOS UTILITY EDLIN:
  122.  
  123. STEP ACTION
  124.     
  125.      1. Type "EDLIN AUTOEXEC.BAT [ENTER]"
  126.  
  127.      2. At the * Type "1i [ENTER]"
  128.  
  129.      3. At the 1:*  (Copy the  exact PATH  setting, make  the last  character a
  130.         semi-colon (;), then add C:\HEARSAY;).
  131.  
  132.      4. Press [ENTER]
  133.  
  134. NOTE: This statement assumes  the C drive and Hearsay directory. If the Hearsay
  135.       files are stored  on another drive  and directory specify  that drive and
  136.       directory (DRIVE:\DIRECTORY;).
  137.  
  138.      5. Type [CONTROL-Z]
  139.  
  140.      6. At the * Type -E [ENTER]
  141.  
  142.      Alternatively you can use any DOS Editor.
  143.  
  144.      HOW TO REDEFINE THE WINDOW KEY
  145.  
  146.      Hearsay includes a means to redefine the window key (Usually the numeric +
  147. key) to be one of a number of other keys and key combinations.  To redefine the
  148. window key  a numeric  code is  entered  after  the letter  "K" when  loading a
  149. Hearsay driver. A listing of  the keys that  may be used  and the corresponding
  150. codes to be entered  is included on this  disk in a text  file called KEYS.TXT.
  151.  
  152.      For example, the F10 key,  has a code of 68 assigned to it.  If you wished
  153. to reconfigure Hearsay Gold with the F10 function key  as the  HOT KEY type the
  154. following when loading a Hearsay driver:
  155.  
  156.            HSR K68
  157.  
  158.      This feature is particularly useful  on some IBM  compatible machines that
  159. do not have a numeric plus key such as the TANDY 1000.  If the K option is used
  160. without a numeric  argument the HOT KEY is set to the default value (Num-plus).
  161.  
  162.      This change  may also  be made  using the  EDIT PARAMETERS  option of  the
  163. vocabulary editor described in Section 5.03.
  164.  
  165.           HOW TO UNHOOOK HEARSAY FROM DOS
  166.  
  167.      Unhooking Hearsay from DOS is accomplished using the argument /X  from the
  168. HSR or HSRE command line:
  169.  
  170.           To unhook type:
  171.           HSR/X
  172.           or
  173.           HSRE/X
  174.  
  175.           HOW TO ENABLE / DISABLE AUTOPAUSE
  176.  
  177.      The AutoPause mode is normally ENABLED  when loading a Hearsay driver.  To
  178. Disable you may do so from the  driver command line by  specifying the argument
  179. PD (Pause Disable). To Re-Able specify PE (Pause Enable).
  180.  
  181.           To Disable type:
  182.           HSR PD
  183.           HSRE PD
  184.  
  185.           To Re-Enable type:
  186.           HSR PE
  187.           HSRE PE
  188.  
  189.           HOW TO ENABLE / DISABLE VOICE RECOGNITION
  190.  
  191.      The Voice  Recognition mode  is normally  DISABLED when  loading a Hearsay
  192. driver.  To Enable you may do so from the driver command line by specifying the
  193. argument RE (Recognition Enable).  To Disable specify RD (Recognition Disable).
  194.  
  195.           HOW TO AUTOMATICALLY TRAIN A VOCABULARY FROM REDT
  196.  
  197.      To Automatically  train a  vocabulary from  REDT a special  argument /T is
  198. included. Simply insert /T after REDT to begin training a vocabulary.  To train
  199. Vocabulary #1 and Vocabulary #2 type:
  200.  
  201.           REDT/T Vocabulary #1 Vocabulary #2 etc.
  202.  
  203.      The trained  vocabularies are  now automatically  saved to  file in  your
  204. personalized directory or your specified directory.
  205.  
  206. NOTE: The trained vocabulary  is NOT  automatically loaded.  You must  do so by
  207.       running REDT agin  with the /L argument  (Example REDT/L  vocabulary #1).
  208.  
  209.      APPENDIX A - HOW TO USE THE HEARSAY GOLD WITH A MOUSE
  210.  
  211.      Although  the use  of a  mouse pointing  device is  not necessary  for the
  212. operation of the Hearsay System, using mouse cursor movement coupled with voice
  213. commands produces a dramatically fast and natural editing environment.  Hearsay
  214. includes  special  software  that  allows  you  to  move the cursor under mouse
  215. control in programs that do not  directly support a mouse.  The system may also
  216. be  used with  programs that  have direct  mouse support,  and even  with other
  217. "transparent mouse" packages such as Microsoft Mouse Menus.
  218.  
  219.      EXECUTING COMMANDS WITH A MOUSE
  220.  
  221.      The Hearsay Gold provides transparent cursor control and command selection
  222. with a mouse.  A mouse is  a small hand  size device,  with one,  two or  three
  223. buttons on its top or front surface.
  224.  
  225.      If a mouse is installed, the [RIGHT] button is  the equivalent to the "HOT
  226. KEY". The [LEFT] button  is the equivalent to the [ENTER] key.  Commands may be 
  227. selected by  moving the mouse  until the  desired command  is highlighted,  and
  228. pressing  the [LEFT]  button. If  you are using  a mouse, please  refer  to the
  229. manufacturer's instructions for information on installation of the hardware and
  230. Microsoft compatible software.
  231.  
  232. STEP ACTION
  233.  
  234.      1. Place your hand on the mouse.
  235.  
  236.      2. Move the mouse on  the table top,  mouse pad or  surface to the desired
  237.         operation.
  238.  
  239. NOTE: The mouse provides high speed inputting or selection.
  240.  
  241.      3. Press the [LEFT] button.
  242.  
  243. NOTE: Hearsay Gold supports  any Microsoft standard mouse.  To use Hearsay Gold
  244.       with a mouse,  follow the manufacturer's installation instructions & load
  245.       the Microsoft compatible drivers  before running the Hearsay drivers (HSR
  246.       or HSRE).  If you are using a Microsoft mouse,  the appropriate driver is
  247.       named MOUSE.COM.
  248.  
  249.      There are  two modes  of operation  for the  Hearsay Gold  mouse software.
  250. Transparent mouse  operation  enables the  Hearsay Gold  to automatically enter
  251. cursor motion key press when the mouse is moved.  In most software  written for
  252. the  IBM PC,  this will  result in  smooth accurate  cursor positioning  on the
  253. screen.  Newer software packages, such as  the programs in  the Microsoft Multi
  254. tool series, interface directly to the mouse.  In this case it is not necessary
  255. for Hearsay Gold  to control the cursor  and transparent mode must be DISABLED.
  256.  
  257. NOTE: Interference may result if transparent operation is not disabled. However
  258.       control over transparent operation  allows you to be able to create & use
  259.       vocabularies that will not interefere with these programs.
  260.  
  261.           HOW TO SET THE MOUSE PARAMETERS
  262.       
  263.      There are three parameters related to  the mouse interface stored in every
  264. Hearsay Gold  vocabulary.  They may  be modified using  EDIT PARAMETERS  in the
  265. Hearsay Gold Editor program. The three mouse parameters are:
  266.  
  267.      TRANSPARENT  OPERATION -  Set to  either YES  or NO.  Select "YES"  if the
  268.      vocabulary is to be used with a program that DOES NOT communicate directly
  269.      with the Microsoft compatible driver.  Select "NO" if the vocabulary is to
  270.      be used with a program that  DOES communicate directly  with the Microsoft
  271.      compatible  mouse driver.  If difficulties  are encountered,  restart DOS,
  272.      install the Hearsay driver (REDT.EXE), then install a Microsoft compatible
  273.      mouse driver (MOUSE.COM).
  274.  
  275. NOTE 1: If mouse.com is installed after REDT.EXE, Hearsay will configure itself
  276.         as if  there is  no mouse installed.  If this  is done,  you must again
  277.         restart DOS before you can use the Hearsay transparent mouse driver. In
  278.         most  cases  no  interference will  occur and  this  procedure  will be
  279.         unnecessary.
  280.  
  281. NOTE 2: If you are using  Hearsay with WORDPERFECT,  MICROSOFT WORD, AUTOCAD or
  282.         other  C.A.D.  software,  set the  TRANSPARENT MOUSE  parameter  of the 
  283.         vocabularies to be used to NO and set the RECOGNIZER DELAY parameter to
  284.         -1. These steps are essential for correct operation.
  285.  
  286.      HORIZONTAL SCALE FACTOR - Only exists for vocabularies  with a transparent
  287.      operation mode set to YES. It is the number of horizontal mouse increments
  288.      (Mickeys)  per cursor  key depression.  The smaller  the number,  the more
  289.      sensitive the mouse (ie. more cursor movement for a given  amount of mouse
  290.      movement).
  291.  
  292.      VERTICAL SCALE FACTOR - Only exists for  vocabularies with the transparent
  293.      mode operation set to YES. It is the  number of vertical  mouse increments
  294.      (Mickeys)  per cursor  key depression.  The smaller  the number,  the more
  295.      sensitive the mouse (ie. more cursor movement for a given  amount of mouse
  296.      movement).
  297.  
  298.      Hearsay Gold provides default values for the mouse  scale factors that are
  299. appropriate for programs where pressing the cursor keys moves the cursor by one
  300. character in the horizontal direction, and one  line in the vertical direction.
  301. These settings are adequate for most applications.
  302.  
  303. CAUTION: These settings are  inappropriate for any  spreadsheet program. Larger
  304.          scale factors should be used for these applications.
  305.  
  306.           Here are a few recommeded scale factors:
  307.  
  308.      Word Processing Programs
  309.      Horizontal Scale Factor     14
  310.      Vertical Scale Factor       17
  311.  
  312.      Spreadsheet Programs
  313.      Horizontal Scale Factor     75
  314.      Vertical Scale Factor       35
  315.  
  316.      SETTING THE MOUSE PARAMETERS
  317.  
  318.      To set the Hearsay Gold  mouse parameters for a  particular Vocabulary the
  319. Vocabulary must be loaded into the Hearsay Gold Editor.
  320.  
  321. STEP ACTION
  322.  
  323.      1. Type CD\HEARSAY
  324.  
  325.      2. Type HSR or HSRE
  326.  
  327.      3. Type REDT VOCABULARY
  328.         or
  329.         MKLIBXX
  330.         RE VOCABULARY
  331.  
  332.      When the vocabulary has been loaded:
  333.  
  334. STEP ACTION
  335.  
  336.      1. Select EDIT from the Main Menu
  337.  
  338.      2. Select PARAMETERS from the EDIT Menu
  339.  
  340.      3. Select MOUSE CONTROL from the EDIT PARAMETERS Menu.
  341.  
  342.      4. Set the transparent mouse mode for the vocabulary by typing "Y" for YES
  343.         or "N" for NO.
  344.  
  345. NOTE: To leave the current value (Shown after the >)  unchanged, press [ENTER].
  346.  
  347.      If NO is selected the system returns  to the EDIT PARAMETERS Menu.  If YES
  348. is selected proceed to step number 5.
  349.  
  350.      5. Set the  horizontal scale  factor by typing the  new value  followed by
  351.         [ENTER], or [ENTER] to leave the current value unchanged.
  352.  
  353.      6. Set the  vertical  scale  factor  in  the same  manner as  you set  the
  354.         horizontal scale factor in Step 5.
  355.  
  356.      We encourage you to experiment with  different mouse scale factors to find
  357. what is most comfortable to you.
  358.  
  359. NOTE: As in the case with all edits or updates to Hearsay Gold vocabularies, if
  360.       you wish to save your changes in the vocabulary FILE or Library, you must
  361.       do so explicity by selecting SAVE.
  362.  
  363.            RESTORING TRANSPARENT MOUSE CONTROL
  364.  
  365.      After you have loaded a Vocabulary  with mouse control DISABLED,  and have
  366. run a program which communicates directly with the mouse driver;  the following 
  367. steps must be taken to restore transparent mouse control:
  368.  
  369.      1. Select a Vocabulary  with mouse control  ENABLED  as the active Hearsay
  370.         Gold Vocabulary by loading  it from  the Library (See Section 4)  or by 
  371.         running the Hearsay Gold Editor program REDT or RE.
  372.  
  373. NOTE: You can not use the mouse to bring up the Hearsay Gold Windows, or select
  374.       from the Library, since it is not yet active.
  375.  
  376.      2. Press the  "HOT KEY"  to step  through the  Vocabulary Window,  Control
  377.         Window, and once more to exit from the Hearsay Gold Control Window. The
  378.         system resets and the transparent mouse will be active again.
  379.  
  380. NOTE 1: The mouse parameters are always set to their new values  upon exit from
  381.         the Hearsay Gold Control Window.
  382.  
  383. NOTE 2: Setting the  mouse mode  to NO  will not  disable mouse  cursor control
  384.         until another program resets or reconfigures a  Microsoft mouse driver.
  385.         If the transparent driver is still  active after running an application 
  386.         program, and a Hearsay Gold vocabulary that has the mouse mode disabled
  387.         is loaded at the time,  the program in question  is NOT using the mouse
  388.         directly.  In general, if the documentation does not explicity instruct
  389.         you to load the Microsoft compatible driver before running the program,
  390.         it is not  using the  mouse directly,  and the  transparent  mouse mode
  391.         should be set to YES.
  392.  
  393.      For those users who are not currently using a mouse with the Hearsay Gold,
  394. we suggest setting the mouse mode to NO.  Hearsay Gold knows whether a mouse is
  395. installed, and  acts accordingly.  There is no  gained value in  turning on the
  396. transparency mode except in the cases mentioned above.
  397.  
  398.           HOW TO USE HEARSAY WITH MICROSOFT MOUSE MENUS
  399.  
  400.      The mouse menu  package from Microsoft  is a support tool  provided to all
  401. purchasers of  the Microsoft  Mouse.  It  includes  a  selection  of predefined
  402. transparent menus  for popular  application packages.  If you  wish to use this
  403. package with  Hearsay Gold,  run REDT.EXE to install  the Hearsay Gold software
  404. before the mouse driver MOUSE.COM is installed. The transparent mouse functions
  405. are then supported by the MOUSE MENUS software.
  406.  
  407. NOTE: Voice commands will not be accepted while  a MOUSE MENUS pop-up selection
  408.       is being made.
  409.  
  410.      The MOUSE MENUS package also includes a  menu compiler that allows special
  411. application developers or programmers to write "menu programs". The mouse menus
  412. programming  language  is  complicated  enough  to  most  non-programmers  very
  413. uncomfortable. We suggest that you use the Hearsay Gold transparent menu system
  414. to create your own programs.  The information that follows  is provided for the
  415. sophisticated user.
  416.  
  417.      If you are writing your own  "Mouse Menu Program" you  can control Hearsay
  418. Gold directly  from  your programs.  For example,  if you  wish to  program the
  419. [RIGHT]mouse button to bring up the Hearsay Gold Windows (The equivalent of the
  420. "HOT KEY"), use an ASSIGN or BEGIN statement to set the RTBTN parameter to type
  421. in the extended decimal character code 0,78.  In the following  example we will 
  422. also set the [LEFT] button to be the equivalent of the [ENTER] key:
  423.  
  424.           ASSIGN ent,HS
  425.           HS:TYPE 0,78;window button
  426.           ent:TYPE ENTER;enter key
  427.  
  428.      Any of the Hearsay Gold command or  control functions can be executed in a
  429. similiar manner  using a  combination of  the [ENTER]  and window  button codes
  430. shown above. For example, to expand the program above to  toggle the voice mode
  431. when both mouse buttons are pressed simultaneously:
  432.  
  433.           ASSIGN ent,hs,rec
  434.           hs: TYPE 0,78;window button
  435.           ent: TYPE ENTER;enter key
  436.           rec: EXECUTEhs,hs,ent;voice mode
  437.  
  438.      For more information on  the use of  Mouse Menus  you are  referred to the
  439. Microsoft supplied documentation.