transport(base): clear audio output buffer if interrupted

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-22 16:30:43 -07:00
parent 71ba28753e
commit 34384881bc
3 changed files with 3 additions and 27 deletions

View File

@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Clear the audio output buffer if we are interrupted.
- Re-add exponential smoothing after volume calculation. This makes sure the
volume value being used doesn't fluctuate so much.