capetang

0.2.2 • Public • Published

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

Package Sidebar

Install

npm i capetang

Weekly Downloads

1

Version

0.2.2

License

MIT

Last publish

Collaborators

  • rezkyatinnov