Update RealtimeVoice options

This commit is contained in:
Tommi Pisto
2024-12-16 21:15:35 +02:00
committed by GitHub
parent 6df777949c
commit d6f18dcadd

View File

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