mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:35:23 +02:00
pactl: add infodump example (#12796)
This commit is contained in:
parent
cbdd4f40a4
commit
ea5da696b9
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
> Control a running PulseAudio sound server.
|
||||
> More information: <https://manned.org/pactl>.
|
||||
|
||||
- Show information about the sound server:
|
||||
|
||||
`pactl info`
|
||||
|
||||
- List all sinks (or other types - sinks are outputs and sink-inputs are active audio streams):
|
||||
|
||||
`pactl list {{sinks}} short`
|
||||
|
|
Loading…
Add table
Reference in a new issue