Merge pull request #809 from pipecat-ai/aleix/parallel-pipeline-fix-system-frames

fix system frames parallel pipeline
This commit is contained in:
Aleix Conchillo Flaqué
2024-12-09 15:48:27 -08:00
committed by GitHub
3 changed files with 16 additions and 7 deletions

View File

@@ -75,6 +75,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).