pactl: add infodump example (#12796)

pull/28/head
Managor 2024-05-17 08:38:25 +03:00 committed by GitHub
parent cbdd4f40a4
commit ea5da696b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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`