Add changelog for PR #3785

This commit is contained in:
Mark Backman
2026-02-20 08:09:57 -07:00
parent 273692421f
commit 62ada92188

1
changelog/3785.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `DeepgramSageMakerTTSService` for running Deepgram TTS models deployed on AWS SageMaker endpoints via HTTP/2 bidirectional streaming. Supports the Deepgram TTS protocol (Speak, Flush, Clear, Close), interruption handling, and per-turn TTFB metrics.