home/.config/pulse/daemon.conf
2019-08-08 18:40:04 -05:00

24 lines
716 B
Plaintext

# 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 = 3 # Pulse, why are you so friggin latent by default?
default-fragment-size-msec = 10
high-priority = yes
nice-level = -11