Skip to content

active9/vocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Vocal is a festival TTS wrapper written in NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •