Replaced volume with event-based version for pipewire

This commit is contained in:
2024-07-08 00:06:34 +02:00
parent 2b8f18c58c
commit b4675cc0b3
7 changed files with 29071 additions and 49 deletions

View File

@@ -13,9 +13,13 @@ deploy: build
.PHONY: build
build:
cmake -S . -B build
cmake -S . -B build -G Ninja
cmake --build build
.PHONY: clean
clean:
rm -vfr build
.PHONY: luacheck
luacheck:
luacheck $(LUA_FILES)