TurnTrackingObserver ends turn upon seeing EndFrame, CancelFrame

This commit is contained in:
Mark Backman
2025-06-18 15:51:39 -04:00
parent 8c6a441064
commit 16c0e2460b
3 changed files with 124 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added reconnection logic and audio buffer management to `GladiaSTTService`.
- The `TurnTrackingObserver` now ends a turn upon observing an `EndFrame` or
`CancelFrame`.
- Added Polish support to `AWSTranscribeSTTService`.
- Added new frames `FrameProcessorPauseFrame` and `FrameProcessorResumeFrame`