Merge branch 'main' into fixing_sound_mixer_small_webrtc

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Filipi Fuchter
2025-05-05 17:43:47 -03:00
22 changed files with 750 additions and 409 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added support to `RimeHttpTTSService` for the `arcana` model.
### Fixed
- Refactored how the `start` method is handled in `SmallWebRTCOutputTransport` by
@@ -14,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
alongside `SmallWebRTCTransport`, preventing unnecessary CPU usage and avoiding the
output being flooded with silent frames when no new audio is available.
- Remove custom audio tracks from `DailyTransport` before leaving.
## [0.0.66] - 2025-05-02
### Added
@@ -129,7 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
not a very common case.
- Added `RivaSegmentedSTTService`, which allows Riva offline/batch models, such
as to be "canary-1b-asr" used in Pipecat.
as to be "canary-1b-asr" used in Pipecat.
### Deprecated