Add see specs for audio devices

This commit is contained in:
RealStickman 2021-03-10 13:24:55 +01:00
parent 275064ee78
commit d640241f90

View File

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