From b2aa2e8721f4a77a35eeab18708f66a083efd402349bee3eb07d3b9a130636f6 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 6 Dec 2021 08:01:48 +0000 Subject: [PATCH] Accepting request 935848 from home:dirkmueller:Factory - update to 2.3.1: * Adjusted cmake build settings and header files that cmake installs * Disable setting "SOUNDTOUCH_ALLOW_NONEXACT_SIMD_OPTIMIZATION" by default. The original purpose of this setting was to avoid performance penalty due to unaligned SIMD memory accesses in old CPUs, but that is not any more issue in concurrent CPU SIMD implementations and having this setting enabled can cause slight compromise in result quality. * soundtouch.clear() to really clear whole processing pipeline state. Earlier individual variables were left uncleared, which caused slightly different result if the same audio stream were processed again after calling clear(). * TDstretch to align initial offset position to be in middle of correlation search window. This ensures that with zero tempo change the output will be same as input. * Fix a bug in TDstrectch with too small initial skipFract value that occurred with certain processing parameter settings: Replace assert with assignment that corrects the situation. * Remove OpenMP "_init_threading" workaround from Android build as it's not needed with concurrent Android SDKs any more. OBS-URL: https://build.opensuse.org/request/show/935848 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=38 --- 2.3.1.tar.gz | 3 +++ soundtouch-2.2.tar.gz | 3 --- soundtouch.changes | 22 ++++++++++++++++++++++ soundtouch.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 2.3.1.tar.gz delete mode 100644 soundtouch-2.2.tar.gz diff --git a/2.3.1.tar.gz b/2.3.1.tar.gz new file mode 100644 index 0000000..745b08d --- /dev/null +++ b/2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42633774f372d8cb0a33333a0ea3b30f357c548626526ac9f6ce018c94042692 +size 524651 diff --git a/soundtouch-2.2.tar.gz b/soundtouch-2.2.tar.gz deleted file mode 100644 index d167398..0000000 --- a/soundtouch-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:525478c745a51dadaf7adb8e5386ec1f903d47196fab5947dc37414344684560 -size 523878 diff --git a/soundtouch.changes b/soundtouch.changes index 486e450..bb2c1a4 100644 --- a/soundtouch.changes +++ b/soundtouch.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Dec 5 19:18:19 UTC 2021 - Dirk Müller + +- update to 2.3.1: + * Adjusted cmake build settings and header files that cmake installs + * Disable setting "SOUNDTOUCH_ALLOW_NONEXACT_SIMD_OPTIMIZATION" by default. The + original purpose of this setting was to avoid performance penalty due to + unaligned SIMD memory accesses in old CPUs, but that is not any more issue in + concurrent CPU SIMD implementations and having this setting enabled can cause + slight compromise in result quality. + * soundtouch.clear() to really clear whole processing pipeline state. Earlier + individual variables were left uncleared, which caused slightly different + result if the same audio stream were processed again after calling clear(). + * TDstretch to align initial offset position to be in middle of correlation + search window. This ensures that with zero tempo change the output will be + same as input. + * Fix a bug in TDstrectch with too small initial skipFract value that + occurred with certain processing parameter settings: Replace assert with + assignment that corrects the situation. + * Remove OpenMP "_init_threading" workaround from Android build as it's not + needed with concurrent Android SDKs any more. + ------------------------------------------------------------------- Sun Jan 24 19:32:56 UTC 2021 - Dirk Müller diff --git a/soundtouch.spec b/soundtouch.spec index c2a969b..7c59027 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -18,13 +18,13 @@ %define sover 1 Name: soundtouch -Version: 2.2 +Version: 2.3.1 Release: 0 Summary: Audio Processing Library License: LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors URL: https://www.surina.net/soundtouch -Source: https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz +Source: https://codeberg.org/soundtouch/soundtouch/archive/%{version}.tar.gz Source1: https://salsa.debian.org/multimedia-team/soundtouch/raw/master/debian/soundstretch.1 Source99: baselibs.conf BuildRequires: autoconf @@ -70,7 +70,7 @@ This subpackage contains the header files for building programs with SoundTouch. %prep -%setup -q +%setup -q -n %{name} dos2unix README.html %build