~/.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.

This commit is contained in:
Krauus 2021-04-28 10:02:58 -07:00
parent 9ffbaf33c4
commit e5f9e6fad7
1 changed files with 2 additions and 2 deletions

View File

@ -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