vocal
v0.5.2
Published
Vocal is a festival TTS wrapper written in NodeJS
Downloads
4
Maintainers
Readme
#Vocal
Vocal is a festival TTS wrapper written in NodeJS.
#FEATURES
- voice_cmu_us_slt_arctic_hts
- Vocal binary global
- Module Based TTS
#INSTALLING Using Git:
git clone https://github.com/active9/vocal
cd vocal*
npm install
Using NPM:
npm install -g vocal
Once installed run
vocal "Hello There"
#MODULE Vocal may also run included as a module in your projects.
var vocal = require("../lib/vocal.js");
vocal("Testing 1 2 3 Testing One Two Three.. Is this thing on?", function() {
// More Code Here
});
#EXAMPLES More examples in the examples folder on the github repo.
~Enjoy!
#REQUIREMENTS
#TODO
- Finish the vocal.sing method.
#CONTRIB
Vocal is open-source via the MIT license we encourage Forking.
#LICENSE MIT