Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :
```html

capetang.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