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
This commit is contained in:
3
2.3.1.tar.gz
Normal file
3
2.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42633774f372d8cb0a33333a0ea3b30f357c548626526ac9f6ce018c94042692
|
||||
size 524651
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:525478c745a51dadaf7adb8e5386ec1f903d47196fab5947dc37414344684560
|
||||
size 523878
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 5 19:18:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user