Add session ID to GladiaSTTService logs, reset bytes_sent counter

This commit is contained in:
Mark Backman
2025-12-16 09:59:33 -05:00
parent 0d1a122582
commit 11b92d89d0
3 changed files with 22 additions and 10 deletions

1
changelog/3236.fixed.md Normal file
View File

@@ -0,0 +1 @@
- In `GladiaSTTService`, reset the `_bytes_sent` counter on connecting the websocket. This avoids unnecessary audio buffer trimming.