Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 221 Bytes

speech-synthesis

Library to speak text.

Usage

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)