diff --git a/librubberband.changes b/librubberband.changes index 417f766..5175214 100644 --- a/librubberband.changes +++ b/librubberband.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Oct 3 14:45:57 UTC 2022 - Christophe Giboudeaux + +- Update to 3.1.0 + * Add support for "short window" mode, OptionWindowShort, to + the new R3 processing engine. + * Implement OptionPitchHighSpeed in the R3 engine. + * Add support for the SLEEF library (libsleefdft) for FFTs. + * Add support for external Speex library (libspeexdsp) for + resampling. + * Update the R2 engine so that it always restores vertical phase + coherence gradually when returning to a ratio of 1.0 (as R3 also + does) rather than waiting for silence or a transient. + * Update R3 to properly support all sample rates between 8000 and + 192000 Hz. + * Update command-line utility so as to use the extension of the + output filename to determine the file type to write. + * Remove support for libresample. + * Fix several bugs, including a crash when run with very low + sample rates. + ------------------------------------------------------------------- Wed Aug 3 17:55:40 UTC 2022 - llyyr diff --git a/librubberband.spec b/librubberband.spec index 7ae49b5..cd035cc 100644 --- a/librubberband.spec +++ b/librubberband.spec @@ -18,7 +18,7 @@ %define sover 2 Name: librubberband -Version: 3.0.0 +Version: 3.1.0 Release: 0 Summary: Audio time-stretching and pitch-shifting library License: GPL-2.0-or-later @@ -119,8 +119,8 @@ developing applications that use %{name}. %install %meson_install -find %{buildroot} -name '*.la' -exec rm -f {} ';' -rm -rf %{buildroot}%{_libdir}/*.a + +rm %{buildroot}%{_libdir}/*.a %post -n %{name}%{sover} -p /sbin/ldconfig %postun -n %{name}%{sover} -p /sbin/ldconfig diff --git a/rubberband-3.0.0.tar.bz2 b/rubberband-3.0.0.tar.bz2 deleted file mode 100644 index d1dfdff..0000000 --- a/rubberband-3.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df6530b403c8300a23973df22f36f3c263f010d53792063e411f633cebb9ed85 -size 213089 diff --git a/rubberband-3.1.0.tar.bz2 b/rubberband-3.1.0.tar.bz2 new file mode 100644 index 0000000..b37d599 --- /dev/null +++ b/rubberband-3.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95a76da5cdb3966770c60115ecd838f84061120f884c3bfdc904f75931ec9aa +size 217523