From 0d79a9eaa6b4a4af371b28a600bfe55cffad033b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 21 Jan 2025 18:00:10 -0800 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445fc3993..f6f5b2c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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