Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from dolbyio-samples/jaudy
Browse files Browse the repository at this point in the history
Set default spatial scale to 1
  • Loading branch information
kubaau authored Jul 18, 2023
2 parents 1e82f9c + edf5ee3 commit 1a1a5d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This project relies on the Dolby.io Communications API C++ SDK, see this [link](
Before you can build you must clone this repo and go inside:
```bash
git clone [email protected]:dolbyio-samples/comms-cpp-injection-demo.git
cd cpp-injection-demo
cd comms-cpp-injection-demo
```
To build on macOS or Linux in terminal execute:
```bash
Expand Down
6 changes: 3 additions & 3 deletions demo-content/injection-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"spatial": {
"style": "shared",
"scale": {
"x": 5,
"y": 5,
"z": 5
"x": 1,
"y": 1,
"z": 1
},
"right": {
"x": 1,
Expand Down

0 comments on commit 1a1a5d4

Please sign in to comment.