home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / speech / 441 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.4 KB  |  46 lines

  1. Newsgroups: comp.speech
  2. Path: sparky!uunet!panther!mothost!lmpsbbs!isu6!ronzu
  3. From: ronzu@comm.mot.com (Ron Zuckerman)
  4. Subject: Re: Klatt SYnthesizer (How to work)
  5. Reply-To: ronzu@comm.mot.com
  6. Organization: Motorola
  7. Date: Mon, 11 Jan 1993 12:06:58 GMT
  8. Message-ID: <1993Jan11.120658.6856@lmpsbbs.comm.mot.com>
  9. References: <gordon.726507433@spot.Colorado.EDU>
  10. Sender: news@lmpsbbs.comm.mot.com (Net News)
  11. Nntp-Posting-Host: 145.12.232.8
  12. Lines: 32
  13.  
  14. In article 726507433@spot.Colorado.EDU, gordon@spot.Colorado.EDU (GORDON ALLEN R) writes:
  15.  
  16. [Plotting stuff deleted]
  17.  
  18. >
  19. >Finally, when klatt is exited, I must run stty sane to get the keyboard/monitor
  20. >to respond normally.
  21. >
  22.  
  23. I had the same problem. What I did was to modify "klatt.c" as follows:
  24.  
  25. main(argc,argv)
  26. int argc;
  27. char *argv[];  
  28. {
  29.   ...
  30.   do {
  31.     printf("\n\n\n\nYour options are:");
  32.     ...
  33.   } while (choice != 'X');
  34.   system ("stty sane");    <--- line added
  35. }
  36.  
  37. ---
  38. ------------------------------------------------------------------
  39. | Ron Zuckerman, KA4RPD  E-mail: ronzu@isu.comm.mot.com          |
  40. | Phone: (708)538-3142   FAX: (708)538-2818                      |
  41. ------------------------------------------------------------------
  42. | "A madman got us into this, and it's beginning to look as if   |
  43. |  only a madman can get us out." -- Chekov                      |
  44. ------------------------------------------------------------------
  45.  
  46.