mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-01-11 16:37:49 +00:00
upd README with new input subcommands
This commit is contained in:
parent
dceafba065
commit
72c6bcee49
46
README.md
46
README.md
@ -298,6 +298,20 @@ obsws-cli group status START "test_group"
|
||||
|
||||
#### Input
|
||||
|
||||
- create: Create a new input.
|
||||
- args: <input_name> <input_kind>
|
||||
|
||||
```console
|
||||
obsws-cli input create 'stream mix' 'wasapi_input_capture'
|
||||
```
|
||||
|
||||
- remove: Remove an input.
|
||||
- args: <input_name>
|
||||
|
||||
```console
|
||||
obsws-cli input remove 'stream mix'
|
||||
```
|
||||
|
||||
- list: List all inputs.
|
||||
- flags:
|
||||
|
||||
@ -315,6 +329,12 @@ obsws-cli input list
|
||||
obsws-cli input list --input --colour
|
||||
```
|
||||
|
||||
- list-kinds: List all input kinds.
|
||||
|
||||
```console
|
||||
obsws-cli input list-kinds
|
||||
```
|
||||
|
||||
- mute: Mute an input.
|
||||
- args: <input_name>
|
||||
|
||||
@ -335,6 +355,32 @@ obsws-cli input unmute "Mic/Aux"
|
||||
obsws-cli input toggle "Mic/Aux"
|
||||
```
|
||||
|
||||
- volume: Set the volume of an input.
|
||||
- args: <input_name> <volume>
|
||||
|
||||
```console
|
||||
obsws-cli input volume -- 'Desktop Audio' -38.9
|
||||
```
|
||||
|
||||
- show: Show information for an input in the current scene.
|
||||
- args: <input_name>
|
||||
- flags:
|
||||
|
||||
*optional*
|
||||
- --verbose: List all available input devices.
|
||||
|
||||
```console
|
||||
obsws-cli input show 'Mic/Aux' --verbose
|
||||
```
|
||||
|
||||
- update: Name of the input to update.
|
||||
- args: <input_name> <device_name>
|
||||
|
||||
```console
|
||||
obsws-cli input update 'Mic/Aux' 'Voicemeeter Out B1 (VB-Audio Voicemeeter VAIO)'
|
||||
```
|
||||
|
||||
|
||||
#### Text
|
||||
|
||||
- current: Get the current text for a text input.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user