LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pasuspender

temporarily suspends PulseAudio to allow another application exclusive access

TLDR

Suspend PulseAudio while running JACK
$ pasuspender -- jackd --driver alsa --device hw:0
copy
Suspend PulseAudio for any command
$ pasuspender -- [command]
copy

SYNOPSIS

pasuspender [-s server] -- command [arguments...]

DESCRIPTION

pasuspender temporarily suspends PulseAudio to allow another application exclusive access to audio hardware through ALSA. This is necessary for applications that cannot work with PulseAudio or require direct hardware access.When the specified command exits, PulseAudio automatically resumes normal operation. This is commonly used with professional audio applications like JACK that need low-latency direct hardware access.

PARAMETERS

-s, --server _server_

Connect to specified PulseAudio server
--
Separator between pasuspender options and command
-h, --help
Display help information
--version
Display version information

INSTALL

sudo apt install pulseaudio-utils
copy
sudo dnf install pulseaudio-utils
copy
sudo apk add pulseaudio-utils
copy
sudo zypper install pulseaudio-utils
copy

CAVEATS

Only works with PulseAudio (not PipeWire without compatibility layer). The command runs with exclusive audio access, blocking other audio applications. PulseAudio must be running for the command to work. Some applications may not release audio cleanly.

HISTORY

pasuspender is part of the PulseAudio sound system developed by Lennart Poettering and the freedesktop.org community. It addresses the common need to temporarily bypass the sound server for applications requiring direct hardware access.

SEE ALSO

pulseaudio(1), pactl(1), jackd(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid