Log incoming HA text in synthesis request line
All checks were successful
Build ROCm Image / build (push) Successful in 3m50s
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:
@@ -113,7 +113,7 @@ class ChatterboxWyomingHandler(AsyncEventHandler):
|
||||
chunks = _split_text(text, max_chunk=chunk_size)
|
||||
logger.info(
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user