mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 14:49:10 +00:00
Update cheatsheets
This commit is contained in:
13
linux/pasuspender
Normal file
13
linux/pasuspender
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user