music/bitvis: Add a gain filter
Some checks failed
Test / build (push) Failing after 52s

This commit is contained in:
polyfloyd 2025-05-21 19:50:08 +02:00
parent b85f878201
commit aa32225eea
3 changed files with 51 additions and 1 deletions

View file

@ -47,4 +47,13 @@
- bitvis
- bitvis-tee
- name: Install bitvis gain filter
ansible.builtin.template:
src: pw-bitvis-mixer.conf
dest: /etc/pipewire/filter-chain.conf.d/bitvis-mixer.conf
owner: root
group: root
mode: 0644
notify: restart bitvis
- meta: flush_handlers