vocal

Vocal is a festival TTS wrapper written in NodeJS

Usage no npm install needed!

<script type="module">
  import vocal from 'https://cdn.skypack.dev/vocal';
</script>

README

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