diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-20 22:30:25 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-20 22:30:25 +0700 |
commit | cecf69c67374980505db3193d1ef601ee6388888 (patch) | |
tree | bbf4ed6770e537866de4cbcbbb769a4e53f8c22b /audio | |
parent | 8dcc3b1f0439dae1ecfcf6f1076eef65b60e2332 (diff) | |
download | dotfiles-cecf69c67374980505db3193d1ef601ee6388888.tar.gz |
Update 2019-07-20
Diffstat (limited to 'audio')
-rw-r--r-- | audio/.alsoftrc | 15 | ||||
-rw-r--r-- | audio/.config/pulse/daemon.conf | 6 |
2 files changed, 21 insertions, 0 deletions
diff --git a/audio/.alsoftrc b/audio/.alsoftrc new file mode 100644 index 0000000..ba8ad7c --- /dev/null +++ b/audio/.alsoftrc @@ -0,0 +1,15 @@ +[general] +drivers = pulse +stereo-mode = speakers +layout_STEREO = fl=-90, fr=90 +format = AL_FORMAT_STEREO32 +frequency = 44100 +stereodup = false + +[decoder] +hq-mode = true +distance-comp = true +nfc = true + +[pulse] +allow-moves = true diff --git a/audio/.config/pulse/daemon.conf b/audio/.config/pulse/daemon.conf new file mode 100644 index 0000000..6d76e53 --- /dev/null +++ b/audio/.config/pulse/daemon.conf @@ -0,0 +1,6 @@ +realtime-priority = 9 +resample-method = soxr-vhq +enable-remixing = yes +default-sample-format = float32le +rlimit-rtprio = 9 +default-fragment-size-msec = 125 |