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
Nevermind, got it working const buf = new Uint8Array(e.data).buffer;
the crucial line to convert ArrayBuffer(8192) --> ArrayBuffer that can used in client.appendInputAudio
Wish this was included in docs
Seems like server-side VAD isn't working. I'm routing audio from ReactJS client through Node.JS WebSocket and then through the RealtimeClient.
GPT never creates a response, or updates the conversation. I can't pick up on these events.
Anyone else have this problem? Did manual (not
server_vad
) end up working?The text was updated successfully, but these errors were encountered: