There is a Flask project. It is necessary to transfer the audio stream to the python server from the client side (from the voice recorder on the page). There works Pocketsphinx LiveSreech, which will continuously read the data sent by the recorder to the server.

The key point is that the user only speaks at least a whole day without stopping the operation of the voice recorder.

Can I do it with Flask-SocketIO? If yes, then tell me how to organize it? And if not, what other options are there?

thank

    0