From ea5da696b9e069cdbb7259edf4995815561d3121 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 17 May 2024 08:38:25 +0300 Subject: [PATCH] pactl: add infodump example (#12796) --- pages/common/pactl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/pactl.md b/pages/common/pactl.md index 2ee0e36575..136e7a4789 100644 --- a/pages/common/pactl.md +++ b/pages/common/pactl.md @@ -3,6 +3,10 @@ > Control a running PulseAudio sound server. > More information: . +- 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`