1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pasuspender.md
2022-03-21 14:07:48 -03:00

8 lines
258 B
Markdown

# 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 -d alsa --device hw:0}}`