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

9 lines
258 B
Markdown
Raw Normal View History

2017-11-22 16:33:46 +00:00
# pasuspender
> Temporarily suspends `pulseaudio` while another command is running to allow access to alsa.
> More information: <https://manned.org/pasuspender>.
2017-11-22 16:33:46 +00:00
- Suspend PulseAudio while running `jackd`:
2017-11-22 16:33:46 +00:00
2017-11-23 18:05:27 +00:00
`pasuspender -- {{jackd -d alsa --device hw:0}}`