From 1078643b6daaa3304805384a905dd0c3ed335850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Sch=C3=A4fer?= <pschaefer@ITA.AKUSTIK.RWTH-AACHEN.DE> Date: Wed, 15 Feb 2023 11:48:39 +0100 Subject: [PATCH] VA Launcher config: fixing some parameters --- LaunchScript/VirtualAcousticStarterConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LaunchScript/VirtualAcousticStarterConfig.json b/LaunchScript/VirtualAcousticStarterConfig.json index 870539c..0da0710 100644 --- a/LaunchScript/VirtualAcousticStarterConfig.json +++ b/LaunchScript/VirtualAcousticStarterConfig.json @@ -1,9 +1,9 @@ { - "sLocalIP": "0.0.0.0", + "sLocalIP": "localhost", "nLauncherPort": 41578, "nVAServerPort": 12340, "nDefaultSleep": 3, - "tReproductionModules": ("TalkthroughHP", "CTC"), + "tReproductionModules": ["TalkthroughHP", "CTC"], "tVirtualAcousticVersions": { "2018.a": { "file": "bin/VAServer.exe", "dir": "../v2018.a", "params": "localhost:12340 conf/VACore.ini" }, -- GitLab