readme
parent
4a159c706f
commit
67518be067
|
|
@ -23,3 +23,7 @@ Now you can select pulse_monitor as a recording source.
|
||||||
|
|
||||||
Alternatively, you can use pavucontrol to do this: make sure you have set up the display to "All input devices", then select "Monitor of [your sound card]" as the recording source.
|
Alternatively, you can use pavucontrol to do this: make sure you have set up the display to "All input devices", then select "Monitor of [your sound card]" as the recording source.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pactl list | grep -A 50 RUNNING | grep -E 'RUNNING|Name:|Monitor Source:' | grep Monitor.Source | head -n 1 | awk '{print $NF}'
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue