add scripts and config
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
LB=$(pidof pw-loopback)
|
||||
|
||||
if [[ $LB > 0 ]]; then
|
||||
killall pw-loopback
|
||||
else
|
||||
pw-loopback --capture "alsa_input.usb-AVerMedia_Technologies__Inc._Live_Gamer_MINI_5203206100308-03.pro-input-0" &
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user