transports(daily): allow setting audio output bitrate (default 96kpbs)

Fixes #388
This commit is contained in:
Aleix Conchillo Flaqué
2024-09-08 19:38:16 -07:00
parent 748a7af602
commit 98286336bf
3 changed files with 14 additions and 0 deletions

View File

@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `DailyTransport` now supports setting the audio bitrate to improve audio
quality through the `DailyParams.audio_out_bitrate` parameter. The new
default is 96kbps.
- `DailyTransport` now uses the number of audio output channels (1 or 2) to set
mono or stereo audio when needed.
- Interruptions support has been added to `TwilioFrameSerializer` when using
`FastAPIWebsocketTransport`.