Hello, since around two days ago applications built using the Realtime API web sockets are ceasing to respond to user audio input. On debugging, OpenAI are sending back the following:
0|realtime-websocket | [VOICE-DEBUG] ERROR FROM OPENAI: {
0|realtime-websocket | “type”: “error”,
0|realtime-websocket | “event_id”: “event_BB5o3FOLP6W1oyL9AXXXXX”,
0|realtime-websocket | “error”: {
0|realtime-websocket | “type”: “invalid_request_error”,
0|realtime-websocket | “code”: “invalid_value”,
0|realtime-websocket | “message”: “Audio content of 4800ms is already shorter than 6606ms”,
0|realtime-websocket | “param”: null,
0|realtime-websocket | “event_id”: null
0|realtime-websocket | }
0|realtime-websocket | }
This has happened across two separate applications using websockets, there were no code changes on our end, this seemingly happened overnight. This reproducible on the Twilio and OpenAI Realtime repository at GitHub - openai/openai-realtime-twilio-demo
Has anyone else encountered this and if so has anyone achieved a resolution? Thanks.