From 62d3045df3283872628b0b8b8a8caeef1c226dfa Mon Sep 17 00:00:00 2001 From: xegineering Date: Sat, 14 Dec 2024 16:52:55 +0100 Subject: pipewire: Disable auto-connect This used to connect the soundbox capture device directly to the default input (usually system microphone). This is not wanted since the main purpose of soundbox is not streaming the microphone but output of media players. Furthermore depending on the sound setup it could lead to a feedback loop with a very loud noise. --- soundbox/pipewire-binding.c | 1 - 1 file changed, 1 deletion(-) (limited to 'soundbox') diff --git a/soundbox/pipewire-binding.c b/soundbox/pipewire-binding.c index 4bf970c..bd23ff0 100644 --- a/soundbox/pipewire-binding.c +++ b/soundbox/pipewire-binding.c @@ -90,7 +90,6 @@ void pw_stdout(void) stream, PW_DIRECTION_INPUT, PW_ID_ANY, - PW_STREAM_FLAG_AUTOCONNECT | PW_STREAM_FLAG_MAP_BUFFERS | PW_STREAM_FLAG_RT_PROCESS, params, -- cgit v1.2.3-70-g09d2