/native/external/espeak/platforms/riscos/s/cmhgfile
#! | 22 lines | 16 code | 6 blank | 0 comment | 0 complexity | c5ac1fb76814733d02164f12f8e2c309 MD5 | raw file
1 2 3initialisation-code: user_init 4 5title-string: Speak 6help-string: Speak 3.30 Text to Speech (32 bit) 7 8swi-chunk-base-number: &4ad80 9swi-handler-code: swi_handler 10swi-decoding-table: Speak, 11 Ready,X,Misc,Say,Sayw,Stop,X,Pitch,Speed,WordGap,PitchRange,X,X,Volume 12 13vector-handlers: callback_entry/callback_handler 14vector-handlers: sound_entry/sound_handler 15 16command-keyword-table: command_handler 17 SAY(min-args: 1, max-args: 255, 18 help-text: "Says English string <string>\n"), 19 SAYW(min-args: 1, max-args: 255, 20 help-text: "Says English string <string>\n"), 21 SPEAK(min-args: 1, max-args: 255, 22 help-text: "Says English string <string>\n")