Trying to send float32 audio over to my custom made websocket but audio sounds severely overlapped and rushed, I have tested the server side with html JavaScript it works smoothly, but on my esp32 is sounds overly. Rushed sometimes the serial debug prints ''event = 9" and my websocket server shows that some chunks arrived at same instance.
My thesis is that audio is queued and wasn't sent properly what should I do