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

8 lines
204 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.
- Suspend pulseaudio while running `jackd`:
2017-11-23 18:05:27 +00:00
`pasuspender -- {{jackd -d alsa --device hw:0}}`