From 62066f5d8f8b2f1a4e8323290c1ecab348bc48e5 Mon Sep 17 00:00:00 2001 From: Jakub Audykowicz Date: Sun, 16 Jul 2023 23:38:39 +0200 Subject: [PATCH 1/2] Set default spatial scale to 1 --- demo-content/injection-input.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo-content/injection-input.json b/demo-content/injection-input.json index 5cc949e..206f77a 100644 --- a/demo-content/injection-input.json +++ b/demo-content/injection-input.json @@ -9,9 +9,9 @@ "spatial": { "style": "shared", "scale": { - "x": 5, - "y": 5, - "z": 5 + "x": 1, + "y": 1, + "z": 1 }, "right": { "x": 1, From edf5ee35f3bfa7ec82309c02ce56392ee0200230 Mon Sep 17 00:00:00 2001 From: Jakub Audykowicz Date: Sun, 16 Jul 2023 23:37:37 +0200 Subject: [PATCH 2/2] Fix cd after git clone in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b6c1f2..667682e 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com: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