Merge pull request #1521 from pipecat-ai/mb/increase-bot-vad-stop-secs

Increase BOT_VAD_STOP_SECS for services with slower speech patterns
This commit is contained in:
Mark Backman
2025-04-07 14:44:31 -04:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
from pipecat.transports.base_transport import TransportParams
from pipecat.utils.time import nanoseconds_to_seconds
BOT_VAD_STOP_SECS = 0.3
BOT_VAD_STOP_SECS = 0.35
class BaseOutputTransport(FrameProcessor):