danni / uwebsockets

Micropython websockets implementation
MIT License
182 stars 40 forks source link

Speech Recognition ,Speech Synthesis ,Big Data #25

Open bequt opened 1 month ago

bequt commented 1 month ago

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:

  1. A piece of data is divided into multiple blocks and returned, resulting in the inability to accurately obtain data in json format
  2. 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.

关键帧

bequt commented 1 month ago

无标题