Created
September 25, 2023 13:43
-
-
Save ZeroDot1/a098425e6897964af31f3fa8dfe541d1 to your computer and use it in GitHub Desktop.
Audio Settings Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default-sample-format = float32le | |
default-sample-rate = 192000 | |
alternate-sample-rate = 96000 | |
default-sample-channels = 2 | |
default-channel-map = front-left,front-right | |
default-fragments = 2 | |
default-fragment-size-msec = 125 | |
resample-method = soxr-vhq | |
high-priority = yes | |
nice-level = -15 | |
realtime-scheduling = yes | |
realtime-priority = 9 | |
rlimit-rtprio = 9 | |
daemonize = no | |
sudo leafpad /etc/pulse/daemon.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment