From d640241f9088884fd0259b63c386cc6823213989 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 10 Mar 2021 13:24:55 +0100 Subject: [PATCH] Add see specs for audio devices --- arch-config/Dokumente/Commands.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch-config/Dokumente/Commands.md b/arch-config/Dokumente/Commands.md index 23647084..98e17f3e 100755 --- a/arch-config/Dokumente/Commands.md +++ b/arch-config/Dokumente/Commands.md @@ -225,3 +225,11 @@ cp source/{file1,file2}.txt destination ``` paru -S -a (package) ``` + +## Pulseaudio list sinks and list supported specs for sink +``` +pactl list sinks | grep -Ei 'name:|sysfs.path' +``` +``` +grep -P 'rates|bits' /proc/asound/card(num)/codec\#0 +```