-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for websocket server to start_speech_synth #79
Comments
Check Issue 3239 from pjproject: Is pjproject plan to support websocket transport? I forked pjwebsock: https://github.com/MayamaTakeshi/pjwebsock |
Sometimes we might need to interact with production system and speech synth from flite (English only) will not fit.
So we could implement support for google tts, amazon polly etc but this would complicate development of the tool so instead of adding support for a multitude of TTS engines in sip-lab we could just establish a WebSocket connection to a Speech Server and that Speech Server would take care to talk with TTS engines.
This would also avoid things like having to store credentials in the machine where sip-lab runs and the server can control usage limits etc.
The function call would be like this:
The text was updated successfully, but these errors were encountered: