.bin
.config
audacious
conky
dconf
dsk
dunst
gtk-3.0
htop
i3
liferea
neofetch
nitrogen
pulse
daemon.conf
default.pa
qt5ct
rofi
syncthing-gtk
tint2
xrdb
zim
compton.conf
dircolors
redshift.conf
user-dirs.dirs
user-dirs.locale
.local
.ssh
.themes
.vim
.bashrc
.functions
.gitconfig
.gitmodules
.gtkrc-2.0
.inputrc
.kshrc
.profile
.vimrc
.xinitrc
.xsession
.zshrc
21 lines
678 B
Plaintext
21 lines
678 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 = 96000 # Higher sample rate than default
|
|
alternate-sample-rate = 96000
|
|
resample-method = speex-float-5 # Increase resampling quality
|
|
avoid-resampling = true
|
|
|
|
default-fragments = 2 # Pulse, why are you so friggin latent by default?
|
|
default-fragment-size-msec = 10
|
|
|