/native/external/espeak/platforms/riscos/s/cmhgfile

http://eyes-free.googlecode.com/ · #! · 22 lines · 16 code · 6 blank · 0 comment · 0 complexity · c5ac1fb76814733d02164f12f8e2c309 MD5 · raw file

  1. initialisation-code: user_init
  2. title-string: Speak
  3. help-string: Speak 3.30 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")