improve audio resampling by switching from resampy to soxr

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-21 13:31:33 -08:00
parent f87ecd3a51
commit cacd6ba3fa
3 changed files with 7 additions and 3 deletions

View File

@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a type error when using `voice_settings` in `ElevenLabsHttpTTSService`.
### Performance
- Replaced audio resampling library `resampy` with `soxr`.
## [0.0.53] - 2025-01-18
### Added