fix: Improve TranscriptProcessor detection for transcript type

This commit is contained in:
Mark Backman
2025-07-28 19:56:36 -04:00
parent c9dda5251c
commit 50242f4ad8
2 changed files with 7 additions and 2 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 in the `TranscriptProcessor` where newline characters could
cause the transcript output to be corrupted (e.g. missing all spaces).
- Fixed an issue in `AudioBufferProcessor` when using `SmallWebRTCTransport` where, if
the microphone was muted, track timing was not respected.