Sha256: 2e4248413b74c24d1dc9b72384c753860305e7f576bbb797a85cf01466524443

Contents?: true

Size: 757 Bytes

Versions: 44

Compression:

Stored size: 757 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

44 entries across 44 versions & 1 rubygems

Version Path
flok-0.0.87 docs/mod/speech.md
flok-0.0.86 docs/mod/speech.md
flok-0.0.85 docs/mod/speech.md
flok-0.0.84 docs/mod/speech.md
flok-0.0.83 docs/mod/speech.md
flok-0.0.82 docs/mod/speech.md
flok-0.0.81 docs/mod/speech.md
flok-0.0.80 docs/mod/speech.md
flok-0.0.79 docs/mod/speech.md
flok-0.0.78 docs/mod/speech.md
flok-0.0.77 docs/mod/speech.md
flok-0.0.76 docs/mod/speech.md
flok-0.0.75 docs/mod/speech.md
flok-0.0.74 docs/mod/speech.md
flok-0.0.73 docs/mod/speech.md
flok-0.0.72 docs/mod/speech.md
flok-0.0.71 docs/mod/speech.md
flok-0.0.70 docs/mod/speech.md
flok-0.0.69 docs/mod/speech.md
flok-0.0.68 docs/mod/speech.md