home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL40.ARJ / VOL4028 < prev    next >
Text File  |  1992-01-07  |  3KB  |  61 lines

  1.  
  2. P r o g r a m m a T h e e k volume 4028
  3.  
  4. Vervanger van Bijwagen no. 7028
  5.  
  6. Titel: TALK spraak-simulatie op PC
  7.  
  8. Number  Name            Size    Date     Comments
  9.         CATALOG  028       650 26-05-90  Deze file
  10. 4028.01 SAY      COM     33596 21-04-87  Spreken in  batchfiles
  11. 4028.02 TALK     COM     59250 28-11-88  Het hoofdprogramma
  12. 4028.03 TALK     DOC      3742 21-04-87  Documentatie
  13. 4028.04 TALKDICT DAT     12672 26-05-90  Dictionary data
  14. 4028.05 TALKDICT IX1      6279 26-05-90  Dictionary index 1
  15. 4028.06 TALKDICT IX2      2847 26-05-90  Dictionary index 2
  16. 4028.07 TALKINST COM     25984 21-04-87  Installatie van  videokaart (tekstmo-
  17.                                          de)
  18. 4028.08 TALKINST DTA      3725 21-04-87  Install data
  19. 4028.09 TALKINST MSG      2151 21-04-87  Datafile voor  TALKINST.COM
  20.         VOL4028  ABS      1955 26-05-90  Abstract
  21.           11 bestand(en)     204800 bytes beschikbaar op  volume VOL4028
  22.  
  23. TALK.COM is a program that makes your IBM PC speak.  Sounds  are made by
  24. vibrating the speaker rapidly to simulate sounds.  Each  sound is called
  25. a "phoneme".
  26.  
  27. When you run TALK, the program will expect you to enter an  English
  28. sentence. After pressing ENTER, each word will be scanned  against the
  29. dictionary. If a word is not found, you will be presented  with a
  30. phonetic menu so you can teach TALK how to say the word. The  word is
  31. then placed in the dictionary for future use. Once all words  have been
  32. scanned, the entire sentence will be pronunced.
  33.  
  34. F1:  Press this key to define a file to receive the  sentences if you
  35.      want to save them.
  36. F2:  This key reads back the file so you can hear it.
  37. F3:  Saves the sentence you just entered to the file.  IMPORTANT: You
  38.      must use this key to save the sentence. TALK does not  automatically
  39.      save your work.
  40. F4:  Empties the file.
  41. F5:  Changes the default pitch and delays.  These changes  are not saved
  42.      and are not entered into the save file.
  43. F6:  Brings up the phonetic menu so you can just enter  sounds.
  44. F7:  Reads and entire ASCII file through TALK and out to the  save file.
  45.      This is useful if you want to create your messages  first and then
  46.      translate them through TALK.
  47. F8:  Allows you to edit the dictionary.  You may add, change  or delete
  48.      words and their translations.
  49. F9:  Turns color on and off.
  50. F10: Exit TALK and return to DOS.
  51.  
  52. There are 36 sounds possible. They are listed on the menu.  Each sound
  53. must be preceeded by a dash (-). Following the sound, you  may enter a
  54. digit from 0 to 15 which will determine the pitch. On PC ATs  the pitch
  55. values all work well. On normal IBMs, pitch values over 2  don't work
  56. well. Use spaces, commas and periods to create delays  between sounds.
  57.  
  58. These programs were made using TURBO pascal. Sourcecode of  the program
  59. is available, but is not contained on this volume.
  60.  
  61. (Andre van de Wijdeven)