diff --git a/libf0/swipe.py b/libf0/swipe.py index 5f072f5..cd7cf9d 100644 --- a/libf0/swipe.py +++ b/libf0/swipe.py @@ -205,8 +205,6 @@ def resample_ferbs(spectrum, f, ferbs): for t in range(spectrum.shape[1]): spl = interpolate.splrep(f, spectrum[:, t]) - interpolate.splev(ferbs, spl) - magnitude[:, t] = interpolate.splev(ferbs, spl) return np.maximum(magnitude, 0) diff --git a/pyproject.toml b/pyproject.toml index 3e300ea..04ecd8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "libf0" -version = "1.1.1" +version = "1.2.0" description = "A Python Library for Fundamental Frequency Estimation in Music Recordings" authors = [ { name = "Sebastian Rosenzweig", email="sebastian.rosenzweig@audiolabs-erlangen.de" },