I'm running this on a Rpi4 and having some issues with the audio streaming. The recording seems to work fine so I know it's picking up input. It also seems that the script is open multiple sockets for listening, it seems to continuously open new sockets to the client (only running 1 client). I know this is older but was really hoping to be able to implement audio listening on a remote device over flask. Any thoughts would be great. I know things have updated a lot in the last 2 years so maybe I'm running newer incompatible versions? I do have a working Flask and Socketio script working for chat so I know socketio is working.
I'm running this on a Rpi4 and having some issues with the audio streaming. The recording seems to work fine so I know it's picking up input. It also seems that the script is open multiple sockets for listening, it seems to continuously open new sockets to the client (only running 1 client). I know this is older but was really hoping to be able to implement audio listening on a remote device over flask. Any thoughts would be great. I know things have updated a lot in the last 2 years so maybe I'm running newer incompatible versions? I do have a working Flask and Socketio script working for chat so I know socketio is working.