0.2.2 • Published 7 years ago

capetang v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

CapetangJS

license

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 : mailme@rezkyatinnov.com

License