Skip to content

Commit 83c1faa

Browse files
Chris PooveyChris Poovey
authored andcommitted
use spatial audio framework for vbap panning
1 parent d9aa69e commit 83c1faa

6 files changed

Lines changed: 113 additions & 139 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
17-
fail-fast: true
17+
fail-fast: false
1818

1919

2020
matrix:
@@ -32,6 +32,14 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- name: Checkout submodules
3434
run: git submodule update --init --recursive
35+
36+
- name: Cache OpenBLAS
37+
if: runner.os == 'Windows'
38+
uses: actions/cache@v4
39+
with:
40+
path: Build/_deps/openblas-*
41+
key: ${{ matrix.os }}-openblas-v0.3.28
42+
3543
- name: Set reusable strings
3644
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
3745
id: strings

docs/grainflow.spat.pan~.maxref.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<description></description>
3737
</method>
3838

39-
<method name='xyz'>
39+
<method name='clearSources'>
4040
<digest></digest>
4141
<description></description>
4242
</method>
4343

44-
<method name='clearSources'>
44+
<method name='xyz'>
4545
<digest></digest>
4646
<description></description>
4747
</method>

0 commit comments

Comments
 (0)