Skip to content

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

Notifications You must be signed in to change notification settings

musart/node-tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published