home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / hypermac.sit / HyperMacintalk / card_5709.txt < prev    next >
Text File  |  1987-09-30  |  1KB  |  54 lines

  1. -- card: 5709 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3167
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=129 top=271 right=287 bottom=183
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=218 top=271 right=287 bottom=268
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part contents for background part 11
  37. ----- text -----
  38. TurnSpeechOn (continued)
  39.  
  40. -- part contents for background part 12
  41. ----- text -----
  42. Also, TurnSpeechOn should not be called twice (unless TurnSpeechOff was called in the intervening time). You can use the following code if youΓÇÖre not sure if TurnSpeechOn has been called:
  43.  
  44.                            global theSpeech
  45.                            if theSpeech is empty then TurnSpeechOn
  46.  
  47. TurnSpeechOn sets the following default parameter values:
  48.  
  49.      ΓÇó  Speaking Rate:           150 words/minute
  50.      ΓÇó  Baseline Pitch:           110 Hz
  51.      ΓÇó  Pitch Mode:                Natural
  52.  
  53. The commands SetPitchΓÇá  and SetRateΓÇá change these parameters.  MoreΓǪ
  54.