From 152a9df1950beee2ccf272d41d72805200c7b240 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Wed, 16 Sep 2020 11:56:00 -0500
Subject: [PATCH] Pulse: Stop tracking configs I don't need these here anymore
 since I'm managing them with Ansible

---
 .config/pulse/daemon.conf | 23 -----------------------
 .config/pulse/default.pa  | 10 ----------
 2 files changed, 33 deletions(-)
 delete mode 100644 .config/pulse/daemon.conf
 delete mode 100644 .config/pulse/default.pa

diff --git a/.config/pulse/daemon.conf b/.config/pulse/daemon.conf
deleted file mode 100644
index 11af05ca..00000000
--- a/.config/pulse/daemon.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-# Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
-# more information. Default values are commented out.  Use either ; or # for
-# commenting.
-
-# Bugfixes for my desktop's audio card
-realtime-scheduling = no # Fixes a weird stutter issue
-
-# Sanity
-flat-volumes = no
-
-# Audio Quality
-default-sample-format = s32le # Pulse does 16bit sampling by default for some reason
-default-sample-rate = 48000 # Higher sample rate than default
-alternate-sample-rate = 44100
-resample-method = speex-float-5 # Increase resampling quality
-avoid-resampling = true
-
-default-fragments = 5 # Pulse, why are you so friggin latent by default?
-default-fragment-size-msec = 10
-
-high-priority = yes
-nice-level = -19
-
diff --git a/.config/pulse/default.pa b/.config/pulse/default.pa
deleted file mode 100644
index 46c13c21..00000000
--- a/.config/pulse/default.pa
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/pulseaudio -nF
-.include /etc/pulse/default.pa
-
-# Gets around a weird audio skipping bug on my desktop
-.ifexists module-udev-detect.so
-load-module module-udev-detect tsched=0
-
-# My laptop gets sink suspension popping when using headphones
-unload-module module-suspend-on-idle
-