2026-02-27 18:03:58 +00:00
2026-02-27 17:51:39 +00:00
2026-02-27 16:26:13 +00:00
2026-02-27 16:26:13 +00:00
2026-02-27 17:45:17 +00:00
2026-02-27 18:03:58 +00:00
2026-02-27 16:26:13 +00:00
2026-02-27 17:45:17 +00:00

vban-cli

uv Ruff


Install

With uv

uv tool install vban-cli

With pipx

pipx install vban-cli

The CLI should now be discoverable as vban-cli


Configuration

Flags

vban-cli --host=localhost --port=6980 --streamname=Command1

Environment Variables

example .envrc:

#!/usr/bin/env bash

export VBAN_CLI_HOST="localhost"
export VBAN_CLI_PORT=6980
export VBAN_CLI_STREAMNAME=Command1

Use

To be completed


License

vban-cli is distributed under the terms of the MIT license.

Description
A command-line interface for Voicemeeter/Matrix leveraging VBAN
Readme MIT 161 KiB
Languages
Python 100%