From 51b4649e886779d450999e48dd5ff0046c6491a6 Mon Sep 17 00:00:00 2001 From: zealain Date: Sat, 1 Nov 2025 12:14:32 +0100 Subject: [PATCH] Add a new plugin to the store that allows more fine grained control over PulseAudio than existing plugins, specifically integrating profiles as well. Meaning you can select a sink as well as a profile for that sink. Also includes feedback regarding the currently active sink/profile by changing the background color. --- Plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Plugins.json b/Plugins.json index 9f96e13..eaf5182 100644 --- a/Plugins.json +++ b/Plugins.json @@ -341,5 +341,11 @@ "commits": { "1.5.0-beta.11": "4676e8f7c73e07c6c9ce056393128015c4e6e036" } + }, + { + "url": "https://github.com/zealain/streamcontroller-pulse-profile", + "commits": { + "1.5.0-beta.12": "7a7178cc0272db33c23ca6694dbad712b7783674" + } } ]