Library to listen to audio input and interpret it to text.
Add this to your project.clj:
[facts/speech-recognition "1.0.0"]
Add to your ns:
(:use [speech-recognition.hear :as hear])
Turn speech to text:
(hear/hear)
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |