update CHANGELOG.md

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-21 18:00:10 -08:00
parent f89b9ec23f
commit 0d79a9eaa6

View File

@@ -18,7 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Performance
- Replaced audio resampling library `resampy` with `soxr`.
- Replaced audio resampling library `resampy` with `soxr`. Resampling a 2:21s
audio file from 24KHz to 16KHz took 1.41s with `resampy` and 0.031s with
`soxr` with similar audio quality.
### Other
- Added initial unit test infrastructure.
## [0.0.53] - 2025-01-18