diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-16 09:33:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-16 09:33:55 -0500 |
commit | 88131e95c6a4b51da2d2bd98bf8dc38f2e1d1529 (patch) | |
tree | e46d6ef0137ed256a3e1a154ae0c25b9a49a52ae /dot_config | |
parent | Move afs symlinks under own directory so that they don't slow ls --color down (diff) |
move ~/.pulse to ~/.config/pulse
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/pulse/daemon.conf | 4 | ||||
-rw-r--r-- | dot_config/pulse/default.pa | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/dot_config/pulse/daemon.conf b/dot_config/pulse/daemon.conf new file mode 100644 index 0000000..24708e5 --- /dev/null +++ b/dot_config/pulse/daemon.conf @@ -0,0 +1,4 @@ +default-sample-channels = 6 +default-sample-format = s24le +default-sample-rate = 96000 +flat-volumes = no diff --git a/dot_config/pulse/default.pa b/dot_config/pulse/default.pa new file mode 100644 index 0000000..e6517c3 --- /dev/null +++ b/dot_config/pulse/default.pa @@ -0,0 +1,5 @@ +load-module module-native-protocol-unix +load-module module-stream-restore +load-module module-always-sink +load-module module-suspend-on-idle +load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 |