Pulse: Stop tracking configs
I don't need these here anymore since I'm managing them with Ansible
This commit is contained in:
		@@ -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
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@@ -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
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user