BaseOutputTransport: send silence when EndFrame is received

This commit is contained in:
Aleix Conchillo Flaqué
2025-11-06 11:16:34 -08:00
parent 8c34e1efba
commit 4c8c44ecc3
3 changed files with 20 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `TransportParams.audio_out_silence_secs`, which specifies how many
seconds of silence to output when an `EndFrame` reaches the output
transport. This can help ensure that all audio data is fully delivered to
clients.
- Added new `FrameProcessor.broadcast_frame()` method. This will push two
instances of a given frame class, one upstream and the other downstream.