BaseSmartTurn: process speech in a separate thread

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-25 11:12:25 -07:00
parent 22ef61fe8d
commit 7bafc3a1bb
6 changed files with 25 additions and 11 deletions

View File

@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Include OpenAI-based LLM services cached tokens to `MetricsFrame`.
## Fixed
- Fixed an issue where local SmartTurn was not being ran in a separate thread.
## [0.0.86] - 2025-09-24
### Added