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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user