https://github.com/unitech/easy-voice
https://github.com/unitech/easy-voice
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unitech/easy-voice
- Owner: Unitech
- Created: 2017-12-09T18:48:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T16:20:58.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T20:46:25.097Z (9 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy voice
Requires mplayer (`apt install mplayer`) or mpg123 (`apt install mpg123`)
## Usage
```
var Voice = require('easy-voice');
Voice('Hello World', function(e) {
});
```
Done. Nothing to configure but you are limite to sentence of 200 caracters.
## License
MIT