summaryrefslogtreecommitdiff
path: root/audio/soundtouch
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-11-13 10:56:22 +0000
committernia <nia@pkgsrc.org>2021-11-13 10:56:22 +0000
commit29a50b2e6f1893600ddc6718a98df16ef71343fa (patch)
tree9aee7c8a17f04d7ee9d6d216d61e946192cd6bbe /audio/soundtouch
parent5ecb5945cf1451e965284acef22c7c1082dc802e (diff)
downloadpkgsrc-29a50b2e6f1893600ddc6718a98df16ef71343fa.tar.gz
soundtouch: update to 2.3.1
2.3.1: * Adjusted cmake build settings and header files that cmake installs 2.3.0: * 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. * Bugfix: 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(). * Bugfix: 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. * Bugfix: 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. 2.2: * Improved source codes so that compiler can autovectorize them more effectively. This brings remarkable improvement e.g. ARM cpus equipped with NEON vfpu: Bencmarked 2.4x improvement in execution speed in ARMv7l vs the previous SoundTouch version for both integer and floating point sample types. * Bugfix: Resolved bad sound quality when using integer sample types in non-x86 CPU * Bugfix: Fixed possible reading past end of array in BPM peak detection algorithm
Diffstat (limited to 'audio/soundtouch')
-rw-r--r--audio/soundtouch/Makefile7
-rw-r--r--audio/soundtouch/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile
index fb91b16659d..f0dc304ae7d 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2020/01/26 17:30:45 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2021/11/13 10:56:22 nia Exp $
-DISTNAME= soundtouch-2.1.2
+DISTNAME= soundtouch-2.3.1
CATEGORIES= audio
-MASTER_SITES= https://gitlab.com/soundtouch/soundtouch/-/archive/${PKGVERSION_NOREV}/
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= https://www.surina.net/soundtouch/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.surina.net/soundtouch/
diff --git a/audio/soundtouch/distinfo b/audio/soundtouch/distinfo
index f2b6a19f454..5a0b353ea56 100644
--- a/audio/soundtouch/distinfo
+++ b/audio/soundtouch/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 09:59:29 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/11/13 10:56:22 nia Exp $
-BLAKE2s (soundtouch-2.1.2.tar.bz2) = 38b15f715b9ee881a39fc025bd6862d94da8d157c98e348b3f0cbe051ae580c1
-SHA512 (soundtouch-2.1.2.tar.bz2) = d45cb0f94e3df32e9c76722a148f201277b2ddc3e390394c1f4ae1263f13557c6b664e90301b5f62d7561d743ab4903a44a34ab7248880b343d581cebd5f0cd9
-Size (soundtouch-2.1.2.tar.bz2) = 526281 bytes
+BLAKE2s (soundtouch-2.3.1.tar.gz) = fdf40e2cb221dc341d425235f1ef37ea288b56560f5e222cf1209786fa3e5ddd
+SHA512 (soundtouch-2.3.1.tar.gz) = 1eea5c06dc5af633b5c16902c6a951593190daf75bd6aa12e00c745080f9363e9c45ab52ddc434bd905e4195b306cc38c9143e813430c15c19a275ae1a82df24
+Size (soundtouch-2.3.1.tar.gz) = 524664 bytes