From 962eb73cc4ae3f008920cbc80526c8240cf602ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 10 Dec 2025 19:01:56 -0800 Subject: [PATCH] frames: deprecated EmulateUserStartedSpeakingFrame/EmulateUserStoppedSpeakingFrame --- src/pipecat/frames/frames.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pipecat/frames/frames.py b/src/pipecat/frames/frames.py index 03ad7d41b..5afe95166 100644 --- a/src/pipecat/frames/frames.py +++ b/src/pipecat/frames/frames.py @@ -1136,6 +1136,9 @@ class EmulateUserStartedSpeakingFrame(SystemFrame): Emitted by internal processors upstream to emulate VAD behavior when a user starts speaking. + + .. deprecated:: 0.0.99 + This frame is deprecated and will be removed in a future version. """ pass @@ -1147,6 +1150,9 @@ class EmulateUserStoppedSpeakingFrame(SystemFrame): Emitted by internal processors upstream to emulate VAD behavior when a user stops speaking. + + .. deprecated:: 0.0.99 + This frame is deprecated and will be removed in a future version. """ pass