From cb6569470e1a41d71ee7595ae3f152ce8b269235 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 19 Dec 2025 10:06:42 -0600 Subject: [PATCH] Change default voice to en_US-ryan-high MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index 4b488ea..06b4fb2 100644 --- a/app/config.py +++ b/app/config.py @@ -45,7 +45,7 @@ class Settings(BaseSettings): ] default_voice: Annotated[ str, - Field(default="en_US-lessac-medium", description="Default voice model"), + Field(default="en_US-ryan-high", description="Default voice model"), ] default_rate: Annotated[ int,