LmntTTSService: update the default model to blizzard

This commit is contained in:
Mark Backman
2025-07-13 10:54:43 -07:00
parent b3ac90015a
commit 4a2b4660bc
2 changed files with 9 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ class LmntTTSService(InterruptibleTTSService):
voice_id: str,
sample_rate: Optional[int] = None,
language: Language = Language.EN,
model: str = "aurora",
model: str = "blizzard",
**kwargs,
):
"""Initialize the LMNT TTS service.
@@ -105,7 +105,7 @@ class LmntTTSService(InterruptibleTTSService):
voice_id: ID of the voice to use for synthesis.
sample_rate: Audio sample rate. If None, uses default.
language: Language for synthesis. Defaults to English.
model: TTS model to use. Defaults to "aurora".
model: TTS model to use. Defaults to "blizzard".
**kwargs: Additional arguments passed to parent InterruptibleTTSService.
"""
super().__init__(