services(aws): read stream and resample in a thread

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-25 11:19:44 -07:00
parent 3a8aacccf7
commit 4eacb34fd8
2 changed files with 30 additions and 12 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `TavusVideoService`. This is an integration for Tavus digital twins.
(see https://www.tavus.io/)
- Added `DailyTransport.update_subscriptions()`. This allows you to have fine
grained control of what media subscriptions you want for each participant in a
room.
@@ -19,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
output to 24000 and also the default output transport sample rate. This
improves audio quality at the cost of some extra bandwidth.
### Fixed
- Fixed an issue that was causing stuttering with AWS TTS service.
## [0.0.47] - 2024-10-22
### Added