From 9a5fbd26df892148a500c6c05fa950e1a5a2dee0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 21 Apr 2022 09:39:04 +0200 Subject: [PATCH] filter-chain: make sink-eq stereo to avoid confusion --- src/daemon/filter-chain/sink-eq6.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/daemon/filter-chain/sink-eq6.conf b/src/daemon/filter-chain/sink-eq6.conf index c23a17555..cd671883a 100644 --- a/src/daemon/filter-chain/sink-eq6.conf +++ b/src/daemon/filter-chain/sink-eq6.conf @@ -75,6 +75,8 @@ context.modules = [ { output = "eq_band_5:Out" input = "eq_band_6:In" } ] } + audio.channels = 2 + audio.position = [ FL FR ] capture.props = { node.name = "effect_input.eq6" media.class = Audio/Sink