SoundfileMixer: add mixing argument and require keywords

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-14 08:30:56 -07:00
parent 054158b0ff
commit ab6be11a0e
2 changed files with 13 additions and 2 deletions

View File

@@ -8,9 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- It is now possible to disable `SoundfileMixer` when created. You can then use
`MixerEnableFrame` to dynamically enable it when necessary.
### Changed
- `SoundfileMixer` constructor arguments need to be keywords.
### Fixed
- Fixed an issue in `SmallWebRTCTransport` where an error was thrown if the
- Fixed an issue in `SmallWebRTCTransport` where an error was thrown if the
client did not create a video transceiver.
## [0.0.63] - 2025-04-11