HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pasuspender — Temporarily suspends `pulseaudio` while another command is running to allow access to alsa. More inf

Submitted by: @import:tldr-pages··
0
Viewed 0 times
whilepulseaudiocommandanotherpasuspenderclitemporarilysuspends
linux

Problem

How to use the pasuspender command: Temporarily suspends pulseaudio while another command is running to allow access to alsa. More information: <https://manned.org/pasuspender>.

Solution

pasuspender — Temporarily suspends pulseaudio while another command is running to allow access to alsa. More information: <https://manned.org/pasuspender>.

Suspend PulseAudio while running jackd:
pasuspender -- {{jackd --driver alsa --device hw:0}}

Code Snippets

Suspend PulseAudio while running `jackd`

pasuspender -- {{jackd --driver alsa --device hw:0}}

Context

tldr-pages: linux/pasuspender

Revisions (0)

No revisions yet.