FrameProcessor: add new entry_processors() method

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-18 12:26:58 -07:00
parent 2fd5885dc3
commit 13ce02c896
5 changed files with 67 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added new `FrameProcessor.entry_processor()` method. This allows you to access
the first non-compound processor in a pipeline.
- Added `FrameProcessor` properties `processors`, `next` and `previous`.
- `ElevenLabsTTSService` now supports additional runtime changes to the `model`,