eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmhgfile 663B

12345678910111213141516171819202122
  1. initialisation-code: user_init
  2. title-string: Speak
  3. help-string: Speak 3.46 Text to Speech (32 bit)
  4. swi-chunk-base-number: &4ad80
  5. swi-handler-code: swi_handler
  6. swi-decoding-table: Speak,
  7. Ready,X,Misc,Say,Sayw,Stop,X,Pitch,Speed,WordGap,PitchRange,X,X,Volume
  8. vector-handlers: callback_entry/callback_handler
  9. vector-handlers: sound_entry/sound_handler
  10. command-keyword-table: command_handler
  11. SAY(min-args: 1, max-args: 255,
  12. help-text: "Says English string <string>\n"),
  13. SAYW(min-args: 1, max-args: 255,
  14. help-text: "Says English string <string>\n"),
  15. SPEAK(min-args: 1, max-args: 255,
  16. help-text: "Says English string <string>\n")