From f8d999a4b9249a4dd3524ec494163171c10ea2fe Mon Sep 17 00:00:00 2001 From: wanza Date: Mon, 17 Mar 2025 16:55:48 -0700 Subject: [PATCH] Update audio.md Disambiguating. "currently playing" could be interpreted as "currently selected to play" rather than "actively playing right now." --- content/audio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/audio.md b/content/audio.md index 6cb1390f1d..ab8ad55b06 100644 --- a/content/audio.md +++ b/content/audio.md @@ -42,11 +42,11 @@ sudo apt install pavucontrol Once installed, open the PulseAudio Volume Control app in the Activities or Applications menu, or run `pavucontrol` in a terminal. -The "Playback" tab will show a list of applications that are currently playing audio. The volume for each application can be individually controlled. +The "Playback" tab will show a list of applications that are currently playing audio. In other words, you must be actively outputing audio for the devices to show up. The volume for each application can be individually controlled. ![Playback tab](/images/audio/pavucontrol-playback.png) -Similarly, the "Recording" tab will show a list of applications that are currently recording audio. +Similarly, the "Recording" tab will show a list of applications that are currently recording audio. In other words, you must be actively recording audio for the devices to show up. ![Recording tab](/images/audio/pavucontrol-recording.png)