499 B
499 B
- Added
WakePhraseUserFrameFilter, a new aggregator-level filter that gates user interaction behind a wake phrase. Unlike the previousWakeCheckFilter(which only filtered transcriptions), this filter runs inside the aggregator before VAD processing, blocking transcriptions, VAD events, and interruptions until the wake phrase is spoken. Configure via the newuser_frame_filtersparameter onLLMUserAggregatorParams. Also addedBaseUserFrameFilterbase class for building custom filters.