A JavaScript library for text to speech using Web Speech API
- generate voice from given text
- generate text from voice is not available yet
- Firefox 45+
- Chrome 33+
bower install --save capetang
Add a command in script
tag inside your html page :
<script src="bower_components/capetang/capetang.min.js"></script>
<script>
capetang.speak("Hello World!");
</script>
You can check the Demo Site or clone from this Demo Git Repo
Contributions welcome; Please submit all pull requests against the develop branch. This repo is following gitflow branching model GitFLow. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Thanks!