@jandieg.b were you able to resolve this issue? Can you please elaborate more how you fixed the issue? We are using “gpt-realtime-2025-08-28” and we are facing this buzzing sound issue.
We are simply calling it like below:
openai_ws_ref = await session_ref.ws_connect(
openai_ws_url,
heartbeat=30
)