parallel_pipeline: don't queue system frames

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-09 09:35:18 -08:00
parent c6b401b5d1
commit e0a6c6871c
2 changed files with 15 additions and 3 deletions

View File

@@ -70,6 +70,8 @@ async def on_audio_data(processor, audio, sample_rate, num_channels):
### Fixed
- Fixed a `ParallelPipeline` issue that would cause system frames to be queued.
- Fixed `FastAPIWebsocketTransport` so it can work with binary data (e.g. using
the protobuf serializer).