RosettaCodeData/Task/Speech-synthesis/Clojure/speech-synthesis.clj
2023-07-01 13:44:08 -04:00

2 lines
76 B
Clojure

(use 'speech-synthesis.say)
(say "This is an example of speech synthesis.")