PulseAudio with JACKPulseAudio yields control of the audio equipment to JACK when the JACK server starts. PulseAudio will not be able to receive input or send output of any audio signals on the audio interface used by JACK. This is fine for occasional users of JACK, but many users will want to use JACK and PulseAudio simultaneously, or switch between the two frequently. The following instructions will configure PulseAudio so that its input and output is routed through JACK.
PulseAudio configuration file to use the JACK module.
sudo -c 'gedit /etc/pulse/default.pa'
load-module module-jack-sink load-module module-jack-source
PulseAudio by running the following command in a terminal: killall pulseaudio PulseAudio restarts automatically.
JACK is "Active".
PulseAudio devices on each side, and they should be connected to "system" devices on the opposite sides.
JACK server from running every time the program quits. Since PulseAudio is still expecting to use JACK after that, you shouldn't do this any more.
PulseAudio starts JACK, it uses the command found in the ~/.jackdrc file. QjackCtl automatically updates this file when you change settings, but you may have to restart both PulseAudio and JACK in order to get the new changes to take effect. If they refuse to take effect, you can edit that file yourself.
PulseAudio, since it will tend to use a lot of CPU power.