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 am getting the error SpeechmaticsRealtimeError - Socket not ready to receive audio when using a setup very similar to the documentation in nextjs realtime transcription.
I think the problem is that sometimes the code below is executed when it should not. Is there any more robust way of starting and stopping and making sure everything is stopped when I run a callback? Is there for instance any way of checking that it is valid to call stop transcription and stop recording? It does not seem to affect performance, but it is really messing with my logging.