Support for Local TTS function in the library #1092
Nikhil-punia
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thank you for your contribution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like the method
bool connecttospeech(const char* speech, const char* lang)
which works on the HTTP GET requests for text to speech task , there can be also a method for HTTP POST requests , that can be useful for :For e.g. : Here is a Function for handling the POST request :
And this can be used with a simple Python Server running locally :
Thanks .
Beta Was this translation helpful? Give feedback.
All reactions