Merge pull request #2403 from pipecat-ai/aleix/system-frame-queue-priority-fix

FrameProcessor: fix system frame higher priorty and use a PriortyQueue
This commit is contained in:
Aleix Conchillo Flaqué
2025-08-11 13:57:57 -07:00
committed by GitHub
3 changed files with 32 additions and 47 deletions

View File

@@ -39,6 +39,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
new direct mode which avoids creating any internal tasks (and queues) and
therefore improves performance.
### Fixed
- Fixed an issue that would cause system frames to not be processed with higher
priority than other frames. This could cause slower interruption times.
### Other
- Improving the latency of the `HeyGenVideoService`.