From 3b795e286c7761e7b11736f493cd6c92a114d12d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20Sch=C3=A4fer?=
 <philipp.schaefer@akustik.rwth-aachen.de>
Date: Fri, 24 Feb 2023 14:30:21 +0100
Subject: [PATCH] conf/VASetup.Launcher.ini: changed loudspeaker channels,
 since many setups are limited to two output channels

---
 conf/VASetup.Launcher.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/VASetup.Launcher.ini b/conf/VASetup.Launcher.ini
index f5bb2bc..82ca64c 100644
--- a/conf/VASetup.Launcher.ini
+++ b/conf/VASetup.Launcher.ini
@@ -70,11 +70,11 @@ Channels = 1,2
 [OutputDevice:MyLSLeft]
 Type = LS
 Description = Loudspeaker hardware device
-Channels = 3
+Channels = 1
 Position = -0.5, 0.2, -0.4
 
 [OutputDevice:MyLSRight]
 Type = LS
 Description = Loudspeaker hardware device
-Channels = 4
+Channels = 2
 Position = 0.5, 0.2, -0.4
-- 
GitLab