Merge pull request #3657 from pipecat-ai/filipi/changing_no_audio_log_to_debug

Changing the ‘no audio received’ log from warning to debug.
This commit is contained in:
Mark Backman
2026-02-05 17:35:24 -05:00
committed by GitHub

View File

@@ -449,9 +449,7 @@ class BaseInputTransport(FrameProcessor):
if not audio_received:
continue
logger.warning(
f"{self}: audio not received for more than {AUDIO_INPUT_TIMEOUT_SECS}"
)
logger.debug(f"{self}: audio not received for more than {AUDIO_INPUT_TIMEOUT_SECS}")
###################################################################
# DEPRECATED.