Log incoming HA text in synthesis request line
All checks were successful
Build ROCm Image / build (push) Successful in 3m50s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 16:26:52 -04:00
parent 8c5d3c4f06
commit d0f13dea8d

View File

@@ -113,7 +113,7 @@ class ChatterboxWyomingHandler(AsyncEventHandler):
chunks = _split_text(text, max_chunk=chunk_size) chunks = _split_text(text, max_chunk=chunk_size)
logger.info( logger.info(
f"Synthesizing {len(chunks)} chunk(s) for voice='{voice_name}', " f"Synthesizing {len(chunks)} chunk(s) for voice='{voice_name}', "
f"prompt='{audio_prompt}'" f"prompt='{audio_prompt}' — text: {text!r}"
) )
await self.write_event( await self.write_event(