0.5.2 • Published 9 years ago

vocal v0.5.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

#Vocal Vocal - Festival TTS Wrapper

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

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago