Add VADUserStartSpeakingFrame VADUserStopSpeakingFrame to STTMuteFilter

This commit is contained in:
Captain Caius
2025-08-10 19:35:04 -07:00
parent 78cdefd191
commit 3fae00e067
2 changed files with 52 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ from pipecat.frames.frames import (
TranscriptionFrame,
UserStartedSpeakingFrame,
UserStoppedSpeakingFrame,
VADUserStartedSpeakingFrame,
VADUserStoppedSpeakingFrame,
)
from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
@@ -205,6 +207,8 @@ class STTMuteFilter(FrameProcessor):
(
StartInterruptionFrame,
StopInterruptionFrame,
VADUserStartedSpeakingFrame,
VADUserStoppedSpeakingFrame,
UserStartedSpeakingFrame,
UserStoppedSpeakingFrame,
InputAudioRawFrame,