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

https://github.com/akscf/mod_piper_tts

Freeswitch TTS module
https://github.com/akscf/mod_piper_tts

freeswitch piper tts

Last synced: 6 months ago
JSON representation

Freeswitch TTS module

Awesome Lists containing this project

README

          


Allows to use piper in the Freeswitch.

### Usage example
```XML






```

### mod_quickjs
```javascript
session.ttsEngine= 'piper';
session.language = 'en';

session.speak('Hello world!');
```