From dac770eb5c24a9b9e98b148b3aec45039e1a5bd6 Mon Sep 17 00:00:00 2001 From: Giso Grimm Date: Fri, 5 Jul 2024 18:14:11 +0200 Subject: [PATCH] release 0.232.2 --- Jenkinsfile | 20 ++++++++++---------- changelog | 1 + config.mk | 2 +- manual/recspkhoa3d.tex | 2 ++ manual/recspkvbap3d.tex | 2 ++ 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1441b878..165ce05e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -114,14 +114,14 @@ pipeline { } steps {tascar_build_steps("bionic && x86_64 && tascardev")} } - stage( "bullseye && armv7 && tascardev") { - agent {label "bullseye && armv7 && tascardev"} - steps {tascar_build_steps("bullseye && armv7 && tascardev")} - } - stage( "bullseye && aarch64 && tascardev") { - agent {label "bullseye && aarch64 && tascardev"} - steps {tascar_build_steps("bullseye && aarch64 && tascardev")} - } + //stage( "bullseye && armv7 && tascardev") { + // agent {label "bullseye && armv7 && tascardev"} + // steps {tascar_build_steps("bullseye && armv7 && tascardev")} + //} + //stage( "bullseye && aarch64 && tascardev") { + // agent {label "bullseye && aarch64 && tascardev"} + // steps {tascar_build_steps("bullseye && aarch64 && tascardev")} + //} //stage( "bionic && armv7 && tascardev") { // agent {label "bionic && armv7 && tascardev"} // steps {tascar_build_steps("bionic && armv7 && tascardev")} @@ -142,8 +142,8 @@ pipeline { unstash "x86_64_jammy" unstash "x86_64_focal" unstash "x86_64_bionic" - unstash "armv7_bullseye" - unstash "aarch64_bullseye" + //unstash "armv7_bullseye" + //unstash "aarch64_bullseye" //unstash "armv7_bionic" // Copies the new debs to the stash of existing debs, diff --git a/changelog b/changelog index b2afe134..0aa31971 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ +0.232.2: add unit-testing for convex hull algorithm, add new plugins and minor features 0.232.1: add frequency weighting and time constant to level2osc plugin 0.232.0: - add parenting feature to objects diff --git a/config.mk b/config.mk index cd9000ce..d1e4481c 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # variables: -VERSION=0.232.1 +VERSION=0.232.2 ARCH=$(shell uname -m) diff --git a/manual/recspkhoa3d.tex b/manual/recspkhoa3d.tex index f1daa21c..4448892d 100644 --- a/manual/recspkhoa3d.tex +++ b/manual/recspkhoa3d.tex @@ -17,3 +17,5 @@ No automatic order calculation from based on the loudspeaker layout is applied, thus it is always required to configure the correct Ambisonics order. + +\paragraph{Note:} With AllRAD decoder, the triangulation of the speaker layout may differ depending on the operating system and version due to different numerical resolutions. This can lead to different speaker channel signals, but the effects on perception should be negligible. diff --git a/manual/recspkvbap3d.tex b/manual/recspkvbap3d.tex index 0a48647b..1cbb7418 100644 --- a/manual/recspkvbap3d.tex +++ b/manual/recspkvbap3d.tex @@ -7,3 +7,5 @@ %\input{tabreceivervbap3d.tex} This module inherits from \hyperref[attrtab:speakerbased]{speaker based receiver} methods and has no specific attributes. Note that 3-dimensional VBAP only works with non-flat layout files, i.e. the convex hull must cover the origin. + +\paragraph{Note:} The triangulation of the speaker layout may differ depending on the operating system and version due to different numerical resolutions. This can lead to different speaker channel signals, but the effects on perception should be negligible.