Skip to content

Commit

Permalink
ux: Use multilingual voices
Browse files Browse the repository at this point in the history
Much more human like and still supporting AI Speech real-time API.
  • Loading branch information
clemlesne committed Dec 12, 2024
1 parent e9a4a1b commit ce7581b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/helpers/config_models/conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ class LanguageModel(BaseModel):
LanguageEntryModel(
pronunciations_en=["French", "FR", "France"],
short_code="fr-FR",
voice="fr-FR-DeniseNeural",
voice="fr-FR-VivienneMultilingualNeural",
),
LanguageEntryModel(
pronunciations_en=["English", "EN", "United States"],
short_code="en-US",
voice="en-US-NancyNeural",
voice="en-US-ShimmerTurboMultilingualNeural",
),
LanguageEntryModel(
pronunciations_en=["Spanish", "ES", "Spain"],
short_code="es-ES",
voice="es-ES-LiaNeural",
voice="es-ES-ArabellaMultilingualNeural",
),
LanguageEntryModel(
pronunciations_en=["Chinese", "ZH", "China"],
short_code="zh-CN",
voice="zh-CN-XiaoqiuNeural",
voice="zh-CN-XiaoyuMultilingualNeural",
),
]

Expand Down

0 comments on commit ce7581b

Please sign in to comment.