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 is a website building & hosting documentation for Clojure/Script libraries
× close