Update RealtimeVoice

Supported values are: 'alloy', 'ash', 'ballad', 'coral', 'echo', 'sage', 'shimmer', and 'verse'.", param: Some("session.voice"), event_id: None } }
This commit is contained in:
Tommi Pisto
2024-12-16 21:49:19 +02:00
committed by GitHub
parent d6f18dcadd
commit 80bf37b174

View File

@ -30,11 +30,13 @@ pub struct Session {
#[serde(rename_all = "lowercase")]
pub enum RealtimeVoice {
Alloy,
Ash,
Ballad,
Coral,
Echo,
Fable,
Onyx,
Nova,
Sage,
Shimmer,
Verse,
}
#[derive(Debug, Serialize, Deserialize, Clone)]