Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezkyatinnov/capetangjs
A JavaScript library for text to speech vice versa using Web Speech API
https://github.com/rezkyatinnov/capetangjs
git-flow javascript javascript-library speech-recognition speech-synthesis speech-to-text text-to-speech tts webspeech-api
Last synced: about 19 hours ago
JSON representation
A JavaScript library for text to speech vice versa using Web Speech API
- Host: GitHub
- URL: https://github.com/rezkyatinnov/capetangjs
- Owner: rezkyatinnov
- License: mit
- Created: 2017-03-15T16:08:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T04:22:52.000Z (over 7 years ago)
- Last Synced: 2024-10-09T09:59:35.546Z (about 1 month ago)
- Topics: git-flow, javascript, javascript-library, speech-recognition, speech-synthesis, speech-to-text, text-to-speech, tts, webspeech-api
- Language: JavaScript
- Homepage: https://rezkyatinnov.github.io/capetangjs/
- Size: 28.3 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CapetangJS
![license](https://img.shields.io/npm/l/node-readme.svg)
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 :
```htmlcapetang.speak("Hello World!");
```
You can check the [Demo Site](https://rezkyatinnov.github.io/capetangjs-demo/)
or clone from this [Demo Git Repo](https://github.com/rezkyatinnov/capetangjs-demo/)## Contributing
Contributions welcome; Please submit all pull requests against the develop branch. This repo is following gitflow branching model [GitFLow](https://datasift.github.io/gitflow/IntroducingGitFlow.html). If your pull request contains JavaScript patches or features, you should include relevant unit tests. Thanks!
## Author
[Rezkya Tinnov](http://github.com/rezkyatinnov) :
## License
- **MIT** : http://opensource.org/licenses/MIT