SegmentedSTTService: ignore emulated frames

This commit is contained in:
Aleix Conchillo Flaqué
2025-03-26 14:38:48 -07:00
parent c4f9171fe1
commit 750bb88586
2 changed files with 12 additions and 1 deletions

View File

@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- It is now possible to tell whether `UserStartedSpeakingFrame` or
`UserStoppedSpeakingFrame` have been generated because of emulation frames.
### Fixed
- Fixed an issue that would cause `SegmentedSTTService` based services
(e.g. `OpenAISTTService`) to try to transcribe non-spoken audio, causing
invalid transcriptions.
## [0.0.61] - 2025-03-26
### Added