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

https://github.com/unitech/easy-voice


https://github.com/unitech/easy-voice

Last synced: 5 months ago
JSON representation

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