Increase BOT_VAD_STOP_SECS for services with slower speech patterns

This commit is contained in:
Mark Backman
2025-04-03 10:51:06 -04:00
parent d4a00fd080
commit a21be058e2

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):