Library to speak text.
Add this to your project.clj:
[facts/speech-synthesis "1.0.0"]
Add to your ns:
(:use [speech-synthesis.say :as say])
Turn speech to text:
(say/say)
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close