From 72c6bcee4942b5a0a0fa139e47ad4b6cc9a1dd73 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 9 Jan 2026 09:21:06 +0000 Subject: [PATCH] upd README with new input subcommands --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/README.md b/README.md index 3d04f66..0e9a499 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,20 @@ obsws-cli group status START "test_group" #### Input +- create: Create a new input. + - args: + +```console +obsws-cli input create 'stream mix' 'wasapi_input_capture' +``` + +- remove: Remove an input. + - args: + +```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: @@ -335,6 +355,32 @@ obsws-cli input unmute "Mic/Aux" obsws-cli input toggle "Mic/Aux" ``` +- volume: Set the volume of an input. + - args: + +```console +obsws-cli input volume -- 'Desktop Audio' -38.9 +``` + +- show: Show information for an input in the current scene. + - args: + - flags: + + *optional* + - --verbose: List all available input devices. + +```console +obsws-cli input show 'Mic/Aux' --verbose +``` + +- update: Name of the input to update. + - args: + +```console +obsws-cli input update 'Mic/Aux' 'Voicemeeter Out B1 (VB-Audio Voicemeeter VAIO)' +``` + + #### Text - current: Get the current text for a text input.