update CHANGELOG with Riva details

This commit is contained in:
vipyne
2025-05-02 14:04:32 -05:00
parent b2754117c8
commit b2ecd83706

View File

@@ -119,6 +119,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
case there's no need to push audio to the rest of the pipeline, but this is case there's no need to push audio to the rest of the pipeline, but this is
not a very common case. not a very common case.
- Added `RivaSegmentedSTTService`, which allows Riva offline/batch models, such
as to be "canary-1b-asr" used in Pipecat.
### Deprecated ### Deprecated
- Function calls with parameters - Function calls with parameters
@@ -134,6 +137,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `TransportParams.vad_audio_passthrough` parameter is now deprecated, use - `TransportParams.vad_audio_passthrough` parameter is now deprecated, use
`TransportParams.audio_in_passthrough` instead. `TransportParams.audio_in_passthrough` instead.
- `ParakeetSTTService` is now deprecated, use `RivaSTTService` instead, which uses
the model "parakeet-ctc-1.1b-asr" by default.
- `FastPitchTTSService` is now deprecated, use `RivaTTSService` instead, which uses
the model "magpie-tts-multilingual" by default.
### Fixed ### Fixed
- Fixed an issue where `OpenAIRealtimeBetaLLMService` would add two assistant - Fixed an issue where `OpenAIRealtimeBetaLLMService` would add two assistant