.bin
.config
autostart
dunst
gtk-3.0
htop
liferea
mpd
neofetch
polybar
pulse
daemon.conf
default.pa
qt5ct
rofi
syncthing-gtk
xfce4
zim
compton.conf
dircolors
redshift.conf
user-dirs.dirs
user-dirs.locale
.local
.ssh
.vim
.bashrc
.functions
.gitconfig
.gitmodules
.gtkrc-2.0
.inputrc
.kshrc
.profile
.vimrc
.xsessionrc
.zshrc
24 lines
716 B
Plaintext
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
|
|
|