musart / node-tts

TTS (Text To Speech) using 'say' for OS X (Darwin). More supported platforms in the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-tts

TTS (Text To Speech) using 'say' for OS X (Darwin) and 'espeak' for Linux. More supported platforms in the future

Install it using npm

npm install tts

Sample Code

var tts = require('tts')
tts('Hello world.');    

About

TTS (Text To Speech) using 'say' for OS X (Darwin). More supported platforms in the future


Languages

Language:JavaScript 100.0%