You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this library to obtain speech synthesis data. Because speech data is a very large, multiple, and multi-segment data, the following problems occurred:
A piece of data is divided into multiple blocks and returned, resulting in the inability to accurately obtain data in json format
Only one or two pieces of data can be returned, and the subsequent data segments cannot be returned.
Summary: I checked the data on github and google and found that micropython is not yet perfect in websocket, but arduino c++ is already very perfect, so if you consider using micropython to process websocket speech recognition and synthesis, it is recommended to consider building an http server on linux for integrated transmission.
Finally, I would like to thank this library. Thank you.
The text was updated successfully, but these errors were encountered:
I tried to use this library to obtain speech synthesis data. Because speech data is a very large, multiple, and multi-segment data, the following problems occurred:
Summary: I checked the data on github and google and found that micropython is not yet perfect in websocket, but arduino c++ is already very perfect, so if you consider using micropython to process websocket speech recognition and synthesis, it is recommended to consider building an http server on linux for integrated transmission.
Finally, I would like to thank this library. Thank you.
The text was updated successfully, but these errors were encountered: