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 -