Merge pull request #1501 from pipecat-ai/aleix/transcription-processor-interruption

TranscriptProcessor: send TranscriptionUpdateFrame after interruption
This commit is contained in:
Aleix Conchillo Flaqué
2025-04-01 10:46:16 -07:00
committed by GitHub
4 changed files with 24 additions and 12 deletions

View File

@@ -74,6 +74,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that could cause the `TranscriptionUpdateFrame` being pushed
because of an interruption to be discarded.
- Fixed an issue that would cause `SegmentedSTTService` based services
(e.g. `OpenAISTTService`) to try to transcribe non-spoken audio, causing
invalid transcriptions.