cava test

This commit is contained in:
Zacharias-Brohn
2026-02-26 14:26:20 +01:00
parent 116dca6440
commit 0e67c4d6cb
3 changed files with 78 additions and 70 deletions
+6
View File
@@ -10,6 +10,7 @@ import qs.Config
Singleton {
id: root
readonly property alias beatTracker: beatTracker
readonly property alias cava: cava
readonly property bool muted: !!sink?.audio?.muted
readonly property var nodes: Pipewire.nodes.values.reduce((acc, node) => {
@@ -138,6 +139,11 @@ Singleton {
bars: Config.services.visualizerBars
}
BeatTracker {
id: beatTracker
}
PwObjectTracker {
objects: [...root.sinks, ...root.sources, ...root.streams]
}