Pulse: Stop tracking configs

I don't need these here anymore since I'm managing them with Ansible
This commit is contained in:
Salt 2020-09-16 11:56:00 -05:00
parent e76ad35326
commit 152a9df195
2 changed files with 0 additions and 33 deletions

View File

@ -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

View File

@ -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