From 6638558b8807328e852b54580b010be7034699b7 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Thu, 5 Mar 2026 22:48:49 -0800 Subject: [PATCH] change sound (#13697) # External (non-OpenAI) Pull Request Requirements Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes. Include a link to a bug report or enhancement request. --- codex-rs/codex-api/src/endpoint/realtime_websocket/methods.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex-rs/codex-api/src/endpoint/realtime_websocket/methods.rs b/codex-rs/codex-api/src/endpoint/realtime_websocket/methods.rs index cb6583ded..bc9551135 100644 --- a/codex-rs/codex-api/src/endpoint/realtime_websocket/methods.rs +++ b/codex-rs/codex-api/src/endpoint/realtime_websocket/methods.rs @@ -300,7 +300,7 @@ impl RealtimeWebsocketWriter { }, }, output: SessionAudioOutput { - voice: "mundo".to_string(), + voice: "fathom".to_string(), }, }, }, @@ -793,7 +793,7 @@ mod tests { ); assert_eq!( first_json["session"]["audio"]["output"]["voice"], - Value::String("mundo".to_string()) + Value::String("fathom".to_string()) ); ws.send(Message::Text(