AudioBufferProcessor: fix user/bot audio buffers silence padding

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-31 11:06:27 -08:00
parent 13611fd8e1
commit cda34a1320
2 changed files with 11 additions and 2 deletions

View File

@@ -72,6 +72,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue in `AudioBufferProcessor` where user callback would not be
called on task cancellation.
- Fixed an issue in `AudioBufferProcessor` that would cause wrong silence
padding in some cases.
- Fixed an issue where `ElevenLabsTTSService` messages would return a 1009
websocket error by increasing the max message size limit to 16MB.