AudioBufferProcessor: fix overlap when buffer size is set

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-14 14:43:17 -07:00
parent 7aaf64fe55
commit 8b641089f8
2 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an `AudioBufferProcessor` issues that would cause audio overlap when
setting a max buffer size.
- Fixed an issue where `AsyncAITTSService` had very high latency in responding
by adding `force=true` when sending the flush command.