From e5f9e6fad7742a47e376fba22524349183c66a4a Mon Sep 17 00:00:00 2001 From: Krauus <69413775+Krauus@users.noreply.github.com> Date: Wed, 28 Apr 2021 10:02:58 -0700 Subject: [PATCH] ~/.config/pulse/ is the correct directory as per https://man.archlinux.org/man/default.pa.5 ... the ~/.pulse/ one is an deprecated directory still being spawned by users whose systems are running Cadence. There is a bug in Cadence causing this, and the developer has been made aware as of April 26, 2021. --- WalkThrough_User_PulseOnJack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WalkThrough_User_PulseOnJack.md b/WalkThrough_User_PulseOnJack.md index 6355144..df1af6a 100644 --- a/WalkThrough_User_PulseOnJack.md +++ b/WalkThrough_User_PulseOnJack.md @@ -59,7 +59,7 @@ On Debian-like systems, be sure to install *pulseaudio-module-jack*. (TODO: Add Then, use the following configuration if you intend to run jackd all the time: -*~/.pulse/default.pa*: +*~/.config/pulse/default.pa*: load-module module-native-protocol-unix @@ -74,7 +74,7 @@ Then, use the following configuration if you intend to run jackd all the time: set-default-source jack_in -The following isn't strictly necessary but might be useful. *~/.pulse/daemon.conf*: +The following isn't strictly necessary but might be useful. *~/.config/pulse/daemon.conf*: default-sample-format = float32le default-sample-rate = 48000