Richard Brown 8 months ago committed by Git OBS Bridge
commit 716d5a491f

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Oct 3 14:45:57 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- 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 <llyyr.public@gmail.com>

@ -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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df6530b403c8300a23973df22f36f3c263f010d53792063e411f633cebb9ed85
size 213089

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b95a76da5cdb3966770c60115ecd838f84061120f884c3bfdc904f75931ec9aa
size 217523
Loading…
Cancel
Save