Skip to content

Commit b0c7bcd

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

6 files changed

Lines changed: 106 additions & 148 deletions

File tree

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

Lines changed: 2 additions & 10 deletions
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,17 +32,9 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- name: Checkout submodules
3434
run: git submodule update --init --recursive
35-
- name: Set reusable strings
36-
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
37-
id: strings
38-
shell: bash
39-
run: |
40-
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
4135

4236
- name: Configure CMake
43-
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
44-
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
45-
run: |
37+
run: |
4638
cmake -B Build -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
4739
4840
- name: Build

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)