Voicemeeter Remote CLI Utility
Go to file
2024-06-26 17:00:54 +01:00
include add logging 2024-06-26 16:44:28 +01:00
src print help() if only program name passed 2024-06-26 16:58:10 +01:00
.gitignore first commit 2024-06-25 04:34:28 +01:00
makefile invoke pwsh 2024-06-25 16:45:46 +01:00
README.md add README 2024-06-26 17:00:54 +01:00

VMRCLI Command Line Utility

Tested against

  • Basic 1.1.1.1
  • Banana 2.1.1.1
  • Potato 3.1.1.1

Requirements

Use

./vmrcli.exe [-i] [-k] [-D] <api commands>

Where:

  • i: Enable interactive mode. If set any api commands passed will be ignored.
  • k: The kind of Voicemeeter (basic, banana or potato). Use this to launch the GUI.
  • D: Set log level 0=TRACE, 1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=FATAL

Script files

Scripts can be loaded from text files, for example:

./vbantxt-cli $(Get-Content .\example_commands.txt)