Changelog files for the new nvidia features.
This commit is contained in:
1
changelog/4464.added.2.md
Normal file
1
changelog/4464.added.2.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added NVIDIA Magpie TTS services via AWS SageMaker: `NvidiaSageMakerHTTPTTSService` (single HTTP invocation, streams raw PCM back) and `NvidiaSageMakerWebsocketTTSService` (persistent HTTP/2 bidi-stream with full interruption support via `InterruptibleTTSService`).
|
||||
1
changelog/4464.added.3.md
Normal file
1
changelog/4464.added.3.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `sanitize_text_for_tts()` utility (`pipecat.utils.text.tts_text_sanitizer`) that strips markdown formatting (fenced code blocks, headers, bold/italic, tables, blockquotes, inline code) and emojis from text before sending it to a TTS service.
|
||||
1
changelog/4464.added.md
Normal file
1
changelog/4464.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `NvidiaSageMakerWebsocketSTTService` for streaming speech recognition using NVIDIA Nemotron ASR via an AWS SageMaker bidirectional-stream endpoint. Produces `InterimTranscriptionFrame` and `TranscriptionFrame` frames, is VAD-aware, and automatically reconnects on error.
|
||||
Reference in New Issue
Block a user