Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 308 Bytes

Readme.md

File metadata and controls

24 lines (12 loc) · 308 Bytes

#v0.0.1

###Cepstral TTS (text to speech) integration for node.js

Installing npm (node package manager)

 curl http://npmjs.org/install.sh | sh

Installing say.js

 npm install cepstral

FEATURES

  • super simple api

USAGE

  var tts = require("cepstral");

Authors

Joel Vandal