diff --git a/audio.yaml b/audio.yaml
index 9fc9279..1f0bc4b 100644
--- a/audio.yaml
+++ b/audio.yaml
@@ -15,7 +15,7 @@
     - name: Add Pipewire config to environment
       ansible.builtin.lineinfile:
         path: /etc/environment
-        search_string: 'PIPEWIRE_LATENCY=128/48000'
+        search_string: 'PIPEWIRE_LATENCY=256/48000'
         line: PIPEWIRE_LATENCY=128/48000
   tasks:
     - name: Install music flatpaks
@@ -31,14 +31,9 @@
           - ar.com.tuxguitar.TuxGuitar
           - studio.kx.carla
           - org.freedesktop.LinuxAudio.Plugins.sfizz//24.08
-          #- org.freedesktop.LinuxAudio.Plugins.Guitarix//24.08
-          #- org.freedesktop.LinuxAudio.Plugins.DrumGizmo//24.08
-          #- org.freedesktop.LinuxAudio.Plugins.AVLDrums//24.08
-    - name: Install RPMs with no flatpak
-      ansible.builtin.package:
-        name:
-          - liquidsfz
-        state: latest
+          - org.freedesktop.LinuxAudio.Plugins.Guitarix//24.08
+          - org.freedesktop.LinuxAudio.Plugins.DrumGizmo//24.08
+          - org.freedesktop.LinuxAudio.Plugins.AVLDrums//24.08
 
   post_tasks:
     - name: Make sure a realtime services unit enabled