diff --git a/changelog/4229.removed.2.md b/changelog/4229.removed.2.md new file mode 100644 index 000000000..e7c7124fa --- /dev/null +++ b/changelog/4229.removed.2.md @@ -0,0 +1 @@ +- ⚠️ Removed `ExternalUserTurnStrategies` and the automatic fallback to it in `LLMUserAggregator` when a `SpeechControlParamsFrame` was received from the transport. diff --git a/changelog/4229.removed.md b/changelog/4229.removed.md new file mode 100644 index 000000000..0da18075e --- /dev/null +++ b/changelog/4229.removed.md @@ -0,0 +1 @@ +- ⚠️ Removed `vad_analyzer` and `turn_analyzer` parameters from `TransportParams` and all transport input classes, along with all deprecated VAD/turn analysis logic in `BaseInputTransport`. VAD and turn detection are now handled entirely by `LLMUserAggregator`.