diff options
Diffstat (limited to 'dot_config/pulse')
-rw-r--r-- | dot_config/pulse/daemon.conf | 4 | ||||
-rw-r--r-- | dot_config/pulse/default.pa | 4 |
2 files changed, 8 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..e89f4fc --- /dev/null +++ b/dot_config/pulse/default.pa @@ -0,0 +1,4 @@ +.include /etc/pulse/default.pa + +# module-native-protocol-tcp is used by mpd +load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 |