Skip to content

Commit 96e60ef

Browse files
committed
fixed speaker layout path, re organized
1 parent 3ea6dba commit 96e60ef

662 files changed

Lines changed: 111318 additions & 29 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The engine requires a LUSID scene JSON file. For ADM input, use `cult-transcoder
6969
./build/source/spatial_engine/realtimeEngine/spatialroot_realtime \
7070
--scene data/processedData/stageForRender/scene.lusid.json \
7171
--adm data/sourceData/myfile.wav \
72-
--layout source/spatial_engine/speaker_layouts/allosphere_layout.json
72+
--layout source/speaker_layouts/allosphere_layout.json
7373
```
7474

7575
### LUSID package (mono stems) workflow
@@ -78,7 +78,7 @@ The engine requires a LUSID scene JSON file. For ADM input, use `cult-transcoder
7878
./build/source/spatial_engine/realtimeEngine/spatialroot_realtime \
7979
--scene data/processedData/stageForRender/scene.lusid.json \
8080
--sources data/processedData/stageForRender/ \
81-
--layout source/spatial_engine/speaker_layouts/allosphere_layout.json
81+
--layout source/speaker_layouts/allosphere_layout.json
8282
```
8383

8484
### All flags

0 commit comments

Comments
 (0)