CHANGELOG improvements

This commit is contained in:
mattie ruth backman
2025-11-05 14:26:23 -05:00
parent ed808a9246
commit 124f147a37
2 changed files with 55 additions and 11 deletions

View File

@@ -119,7 +119,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
# Register handler for voice switching
async def on_voice_tag(match: PatternMatch):
voice_name = match.content.strip().lower()
voice_name = match.text.strip().lower()
if voice_name in VOICE_IDS:
# First flush any existing audio to finish the current context
await tts.flush_audio()