aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 16 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2e6397a..da9c6dc 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@ chmod +x discord_input.sh
I recommend moving the script to your $PATH.
## How to use
-Run the script with `./discord_input.sh`
+Run the script with `./discord_input.sh` or add the script to $PATH to eliminate the `./`
+
+Show help with `discord_input -h`
NOTE: You can configure the loopbacks created using pavucontrol.
@@ -23,13 +25,22 @@ discord_input.sh -n 3 # merges 3 streams together
```
If not specified, it will ask you
+- Pass the sources to loopback from with `-s`. you don't need to pass `-n` with this.
+Interactive mode will be disabled
+```
+discord_input.sh -s bluez_sink.B8_69_C2_A6_32_96.handsfree_head_unit.monitor -s bluez_source.B8_69_C2_A6_32_96.handsfree_head_unit -S no
+```
+
+you can either use `pacmd-list-sources` or interactive (without `-s` flag) mode to see the source name. This flag is useful for use with keybindings, etc.
+
+if you are using the `-s` flag, you can't use `-S ask`
-- Automatically change discord's input if you are in a VC with `-s yes|no|ask`
+- Automatically change discord's input if you are in a VC with `-S yes|no|ask`
```
-discord_input.sh -s ask # default option, asks if you want to switch discord's input
-discord_input.sh -s no # don't switch discord's input
-discord_input.sh -s yes # switch discord's input
+discord_input.sh -S ask # default option, asks if you want to switch discord's input
+discord_input.sh -S no # don't switch discord's input
+discord_input.sh -S yes # switch discord's input
```
- Change name of new virtual sink created with `-N`