capetang
v0.2.2
Published
A JavaScript library for text to speech vice versa using Web Speech API
Downloads
1
Maintainers
Readme
CapetangJS
A JavaScript library for text to speech using Web Speech API
Features
- generate voice from given text
- generate text from voice is not available yet
Compatibility
- Firefox 45+
- Chrome 33+
Install
bower
bower install --save capetang
Usage
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
Contributing
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!
Author
Rezkya Tinnov : [email protected]
License
- MIT : http://opensource.org/licenses/MIT