home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / talk20.zip / talk.txt < prev    next >
Text File  |  1997-04-14  |  4KB  |  90 lines

  1. Speech system for OS/2 version 2 (final?)
  2. new in version 2
  3. zero hours bug fixed
  4. added appointments
  5. removed the exit button (now double click with right mouse button)
  6. rearranged the buttons
  7. smaller windows
  8.  
  9. TALK.EXE
  10.  
  11. Main speech system, window with 9 buttons and analog clock;
  12. ClockButton             - Say current time
  13. TimerButton                 - Count down timer set time and message laps, enter count time in minutes or set time 
  14. as 4:30
  15. DateButton              - Say day and date
  16. TalkButton      - Say any text and or translate to phonemes
  17. FileButton              - Speak out a (text)file
  18. ClipButton              - Say text currently in clipboard (if any)
  19. MuteButton              - Silence on/off
  20. SetButton               - Various settings, will be saved on exit (autotime is say time every interval, auto date is say 
  21. date every hour)
  22. AppButton              - Say coming appointments / birthday's
  23.  
  24. Double click with right mouse button on window will terminate program
  25. Click and hold right button to move window, positions will be saved on exit (only main and clock window)
  26.  
  27.  
  28. SPKCLOCK.EXE [opt]                      Speaking clock, say time at laptime interval
  29.  
  30. opt                                                                             default
  31. Bxx     8 or 16 bits sample rate                                 [16]
  32. Sxx     8,11,22 or 44 sample frequency * 1000           [22]
  33. Tx       0,1,2 or 3 timetype  0 - time off                       [2]
  34.                                 1 - half pas five
  35.                                 2 - 4 hrs and 30 min PM
  36.                                 3 - 1600 hrs 30 min and 0 sec
  37. Lxx     15,30 or 60 min Laptime                                  [15]
  38. Hx      0 or 1 hourstart, 1 - sync at full hours                     [1]
  39. Dx      0,1,2 or 3 datetype 0 - no date                            [1] 
  40.                                 1 - date on hour as may 4
  41.                                 3 - date on hour as 4 may
  42.  
  43.  
  44.  
  45. SAYFILE.EXE [opt] [filename(s)]         Speak out one or more (text)files
  46.  
  47. opt                                                                             default
  48. -Bxx    8 or 16 bits sample rate                                [16]
  49. -Sxx    8,11,22 or 44 sample frequency * 1000           [22]
  50.  
  51. if no filename is given, filedialog wil be invoked.
  52.  
  53.  
  54. SPKTIMER.EXE     [opt]                  Speaking TImer
  55.  
  56. opt                                                                              default
  57. Bxx     8 or 16 bits sample rate                                [16]
  58. Sxx     8,11,22 or 44 sample frequency * 1000           [22]
  59.  
  60.  
  61. TLKAPP.EXE [opt]                display and say coming appointments
  62.  
  63. opt                                                                              default
  64. Bxx     8 or 16 bits sample rate                                [16]
  65. Sxx     8,11,22 or 44 sample frequency * 1000           [22]
  66. Txx     Dismiss program after xx seconds        [endless]
  67.         for use in startup folder
  68. V       Mute
  69. D       Display window even when there are no appointments to come
  70.         normally the program will quit when there are no appointments
  71.  
  72. TLKAPPED.EXE                    Edit the appointments file
  73.  
  74. You can enter / edit & delete birthday's holidays and appointments, when entering an appointment you can set a 
  75. time
  76. and count down timer settings, when TALK.EXE is running, the count down timer will automatically startup 
  77. (when not already running)
  78. From TALK.EXE you can start this program from the timer and setting dialogs, if it resides in the same 
  79. directory.
  80.  
  81. the files adict.db and sayrc are optional; 
  82. sayrc           for experimenting with synth parameters, see sayrc.doc
  83. adict.dbdictionary with words (English) gives great improvement on speech quality (not included (9 Mb) get TALK.ZIP)
  84. put these files in the same directory or in a directory pointed to with the TALK environment variable in 
  85. CONFIG.SYS
  86. SET TALK=C:\MMOS2\TALK
  87. You can also put the appointments file in this directory (TALK.APP)
  88.  
  89. "Chris Roossien" <chris.roossien@tip.nl>
  90.