transports(websocket): use push_audio_frame()

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-11 23:10:37 -07:00
parent c23b14f768
commit 72c27215b6
3 changed files with 7 additions and 11 deletions

View File

@@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a couple of issues with `WebsocketServerTransport`. It needed to use
`push_audio_frame()` and also VAD was not working properly.
- Fixed an issue that would cause LLM aggregator to fail with small
`VADParams.stop_secs` values.