SHA256
1
0
forked from pool/soundtouch

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
This commit is contained in:
Takashi Iwai 2021-01-26 14:13:38 +00:00 committed by Git OBS Bridge
parent 08945f7926
commit 021be3a65e
4 changed files with 17 additions and 5 deletions

View File

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

3
soundtouch-2.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jan 24 19:32:56 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <tchvatal@suse.com>

View File

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