https://github.com/akscf/mod_openai_tts
Freeswitch TTS module
https://github.com/akscf/mod_openai_tts
freeswitch openai tts
Last synced: 11 months ago
JSON representation
Freeswitch TTS module
- Host: GitHub
- URL: https://github.com/akscf/mod_openai_tts
- Owner: akscf
- Created: 2024-01-12T02:44:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:35:32.000Z (about 1 year ago)
- Last Synced: 2025-03-28T06:03:21.999Z (12 months ago)
- Topics: freeswitch, openai, tts
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenAI Text-To-Speech service for the Freeswitch.
### Dialplan example
```XML
```
### mod_quickjs
```javascript
session.ttsEngine= 'openai';
session.language = 'en';
session.speak('Hello world!');
```