Fix: GoogleTTSService was emitting two TTSStoppedFrames

This commit is contained in:
Mark Backman
2025-03-26 16:21:31 -04:00
parent 3bb1f5f7a8
commit aa85df4fd6
2 changed files with 5 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(e.g. `OpenAISTTService`) to try to transcribe non-spoken audio, causing
invalid transcriptions.
- Fixed an issue where `GoogleTTSService` was emitting two `TTSStoppedFrames`.
## [0.0.61] - 2025-03-26
### Added