Sha256: ccb6caf8f9b8e7c032d9e856d15ebc81cee62e2fa101918473cb85beeb364aae

Contents?: true

Size: 758 Bytes

Versions: 17

Compression:

Stored size: 758 Bytes

Contents

#Speech (speech.js)
There is a software-simulation of the `speech` module. To enable it, put `speech_sim` in the `enable` section of your config file. The speech sim will replicate the rate at which speech progresses but will not produce audio (obviously).

###Client interface
`if_speech_say(text)` - Start speaking this text. Multiple things will never be queued.
`if_speech_cancel()` - Stop any speaking in progress; if there is no speaking then nothing should happend

###Kernel interrupts
`int_speech_cancelled()` - The speech was cancelled
`int_speech_finished()` - The speech completed succesfully
`int_speech_started()` - The speech has started
`int_will_speak_range(offset, count)` - The speech is in the process of talking over a range of the text

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
flok-0.0.105 docs/mod/speech.md
flok-0.0.103 docs/mod/speech.md
flok-0.0.102 docs/mod/speech.md
flok-0.0.101 docs/mod/speech.md
flok-0.0.100 docs/mod/speech.md
flok-0.0.99 docs/mod/speech.md
flok-0.0.98 docs/mod/speech.md
flok-0.0.97 docs/mod/speech.md
flok-0.0.96 docs/mod/speech.md
flok-0.0.95 docs/mod/speech.md
flok-0.0.94 docs/mod/speech.md
flok-0.0.93 docs/mod/speech.md
flok-0.0.92 docs/mod/speech.md
flok-0.0.91 docs/mod/speech.md
flok-0.0.90 docs/mod/speech.md
flok-0.0.89 docs/mod/speech.md
flok-0.0.88 docs/mod/speech.md