From 20388de60d602e28f4d97f7ed3d32d9255e27cd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20Sch=C3=A4fer?=
 <pschaefer@ITA.AKUSTIK.RWTH-AACHEN.DE>
Date: Tue, 21 Mar 2023 15:04:00 +0100
Subject: [PATCH] Launcher config for VR-VIVE PC: fixed reproduction module
 name

---
 LaunchScript/VirtualAcousticStarterConfig.VR-VIVE.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LaunchScript/VirtualAcousticStarterConfig.VR-VIVE.json b/LaunchScript/VirtualAcousticStarterConfig.VR-VIVE.json
index 906068a..7722408 100644
--- a/LaunchScript/VirtualAcousticStarterConfig.VR-VIVE.json
+++ b/LaunchScript/VirtualAcousticStarterConfig.VR-VIVE.json
@@ -5,7 +5,7 @@
 	"nWaitForVAServerStart": 3,
 	"sVASetupIni": "VASetup.VRLab.ini",
 	"lsBinauralReproductionModules": ["TalkthroughHP", "CTC"],
-	"lsAmbisonicsReproductionModules": ["AmbisonicsBinauralMixdown", "HOA"],
+	"lsAmbisonicsReproductionModules": ["AmbisonicsBinauralMixdown", "AmbisonicsLS"],
 
 	"dVAServerDirectories": {
 		"2018.a": "../v2018.a",
-- 
GitLab