mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
realtime: fix output format rate and smooth playback buffer
This commit is contained in:
@@ -67,6 +67,7 @@ pub(super) struct SessionAudioOutput {
|
||||
pub(super) struct SessionAudioOutputFormat {
|
||||
#[serde(rename = "type")]
|
||||
pub(super) kind: String,
|
||||
pub(super) rate: u32,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user