Skip to content

Commit

Permalink
release 0.232.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Jul 5, 2024
1 parent 320a984 commit dac770e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
Expand All @@ -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,
Expand Down
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# variables:
VERSION=0.232.1
VERSION=0.232.2

ARCH=$(shell uname -m)

Expand Down
2 changes: 2 additions & 0 deletions manual/recspkhoa3d.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions manual/recspkvbap3d.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit dac770e

Please sign in to comment.