AudioBufferProcessor: fix audio buffer silence computation

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-31 14:27:25 -08:00
parent 06449eff2c
commit 1f14f62696
2 changed files with 38 additions and 12 deletions

View File

@@ -69,6 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `AudioBufferProcessor` that would cause crackling in some recordings.
- Fixed an issue in `AudioBufferProcessor` where user callback would not be
called on task cancellation.