Install audio apps through RPM instead of Flatpak

This commit is contained in:
Chris Cowley 2025-04-10 09:41:51 +02:00
parent 398d4e01ca
commit 4cead05239

View file

@ -16,24 +16,34 @@
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/environment path: /etc/environment
search_string: 'PIPEWIRE_LATENCY=256/48000' search_string: 'PIPEWIRE_LATENCY=256/48000'
line: PIPEWIRE_LATENCY=128/48000 line: PIPEWIRE_LATENCY=256/48000
tasks: tasks:
- name: Install music flatpaks - name: Install music packages
community.general.flatpak: ansible.builtin.package:
state: present
remote: flathub
name: name:
- org.ardour.Ardour - ardour8
- org.rncbc.qpwgraph - qpwgraph
- org.guitarix.Guitarix - guitarix
- org.hydrogenmusic.Hydrogen - hydrogen
- org.rncbc.qsynth - lv2-avldrums-x42-plugin
- ar.com.tuxguitar.TuxGuitar - lv2-guitarix-plugins
- studio.kx.carla - mod-gxpitchshifter.x86_64
- org.freedesktop.LinuxAudio.Plugins.sfizz//24.08 - qsynth
- org.freedesktop.LinuxAudio.Plugins.Guitarix//24.08 - tuxguitar
- org.freedesktop.LinuxAudio.Plugins.DrumGizmo//24.08 - lv2-sfizz-ui
- org.freedesktop.LinuxAudio.Plugins.AVLDrums//24.08 - carla
- lv2-carla
- drumgizmo
- name: Install Hydrogen drumkits
ansible.builtin.package:
name:
- hydrogen-drumkit-Roland_TB909
- hydrogen-drumkit-Roland_Tr-808_full
- AVLDrumkits-BlackPearl-H2-repack
- AVLDrumkits-BlondeBop-HotRod.h2d
- AVLDrumkits-BlondeBop.h2d
- AVLDrumkits-BuskmansHoliday
- AVLDrumkits-RedZeppelin-H2-repack.h2d
post_tasks: post_tasks:
- name: Make sure a realtime services unit enabled - name: Make sure a realtime services unit enabled