Skip to content

Commit 80bf37b

Browse files
authored
Update RealtimeVoice
Supported values are: 'alloy', 'ash', 'ballad', 'coral', 'echo', 'sage', 'shimmer', and 'verse'.", param: Some("session.voice"), event_id: None } }
1 parent d6f18dc commit 80bf37b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/realtime/types.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ pub struct Session {
3030
#[serde(rename_all = "lowercase")]
3131
pub enum RealtimeVoice {
3232
Alloy,
33+
Ash,
34+
Ballad,
35+
Coral,
3336
Echo,
34-
Fable,
35-
Onyx,
36-
Nova,
37+
Sage,
3738
Shimmer,
39+
Verse,
3840
}
3941

4042
#[derive(Debug, Serialize, Deserialize, Clone)]

0 commit comments

Comments
 (0)