From 021be3a65e62afd3e04642349cf9341d5c26e953ef393a771b0234a651588971 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 26 Jan 2021 14:13:38 +0000 Subject: [PATCH] Accepting request 866412 from home:dirkmueller:branches:multimedia:libs - update to 2.2.0: * Improvements to help compiler autovectorization * Bugfix in integer version of calcCrossCorrAccumulate() * Compensate initial buffering of anti-alias filter and intepolator. * Tuning for ARM NEON * BPMDetect: Make conversion from size_t to int explicit * BPM PeakFinder: Fix possible reading past end of array. * Change correlation loop 'sum' variable type from double to float OBS-URL: https://build.opensuse.org/request/show/866412 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=36 --- soundtouch-2.1.2.tar.gz | 3 --- soundtouch-2.2.tar.gz | 3 +++ soundtouch.changes | 12 ++++++++++++ soundtouch.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 soundtouch-2.1.2.tar.gz create mode 100644 soundtouch-2.2.tar.gz diff --git a/soundtouch-2.1.2.tar.gz b/soundtouch-2.1.2.tar.gz deleted file mode 100644 index 98261b9..0000000 --- a/soundtouch-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2826049e2f34efbc4c8a47d00c93649822b0c14e1f29f5569835704814590732 -size 522003 diff --git a/soundtouch-2.2.tar.gz b/soundtouch-2.2.tar.gz new file mode 100644 index 0000000..d167398 --- /dev/null +++ b/soundtouch-2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525478c745a51dadaf7adb8e5386ec1f903d47196fab5947dc37414344684560 +size 523878 diff --git a/soundtouch.changes b/soundtouch.changes index 03ae394..486e450 100644 --- a/soundtouch.changes +++ b/soundtouch.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jan 24 19:32:56 UTC 2021 - Dirk Müller + +- update to 2.2.0: + * Improvements to help compiler autovectorization + * Bugfix in integer version of calcCrossCorrAccumulate() + * Compensate initial buffering of anti-alias filter and intepolator. + * Tuning for ARM NEON + * BPMDetect: Make conversion from size_t to int explicit + * BPM PeakFinder: Fix possible reading past end of array. + * Change correlation loop 'sum' variable type from double to float + ------------------------------------------------------------------- Wed Aug 14 08:01:43 UTC 2019 - Tomáš Chvátal diff --git a/soundtouch.spec b/soundtouch.spec index f1afead..c2a969b 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -1,7 +1,7 @@ # # spec file for package soundtouch # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 1 Name: soundtouch -Version: 2.1.2 +Version: 2.2 Release: 0 Summary: Audio Processing Library License: LGPL-2.1-or-later