FrameProcessor: ignore other frames during CancelFrame

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-03 16:26:29 -08:00
parent d278996d5b
commit 1cf93f1dcb
2 changed files with 17 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ async def on_audio_data(processor, audio, sample_rate, num_channels):
### Fixed
- Fixed an issue where other frames were being processed while a `CancelFrame`
was being pushed down the pipeline.
- `AudioBufferProcessor` now handles interruptions properly.
- Fixed a `WebsocketServerTransport` issue that would prevent interruptions with