Skip to main content

A command-line interface for Voicemeeter leveraging VBAN.

Project description

vban-cli

uv Ruff


Table of Contents

Installation

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

Strip Command

Usage: vban-cli strip <index> COMMAND [OPTIONS]

examples:

vban-cli strip 0 mute true

vban-cli strip 1 A1 true

vban-cli strip 2 gain -18.7

see vban-cli strip --help for more info.

Strip EQ

Usage: vban-cli strip <index> eq COMMAND [OPTIONS]

examples:

vban-cli strip 0 eq on true

see vban-cli strip eq --help for more info.

Strip EQ Cell Command

Usage: vban-cli strip <index> eq cell <band> COMMAND [ARGS]

examples:

vban-cli strip 0 eq cell 0 on false

vban-cli strip 3 eq cell 2 freq 1500

vban-cli strip 4 eq cell 5 type 5

see vban-cli strip eq cell --help for more info.

Strip Comp Command

Usage: vban-cli strip <index> comp COMMAND [OPTIONS]

examples:

vban-cli strip 0 comp attack 2.0

vban-cli strip 3 comp auto-makeup true

see vban-cli strip comp --help for more info.

Strip Gate Command

Usage: vban-cli strip <index> gate COMMAND [OPTIONS]

examples:

vban-cli strip 2 gate attack 634

vban-cli strip 5 gate hold 2088.7

see vban-cli strip comp --help for more info.

Strip Denoiser Command

Usage: vban-cli strip <index> denoiser COMMAND [OPTIONS]

examples:

vban-cli strip 4 denoiser knob 3.6

see vban-cli strip denoiser --help for more info.

Strip Gainlayer Command

Usage: vban-cli strip <index> gainlayer <gainlayer_index> COMMAND [OPTIONS] [ARGS]

examples:

vban-cli strip 0 gainlayer 0 level

vban-cli strip 3 gainlayer 2 level -13.5

see vban-cli strip gainlayer --help for more info.

Bus Command

Usage: vban-cli bus <index> COMMAND [OPTIONS]

examples:

vban-cli bus 0 mode tvmix

vban-cli bus 1 mute true

see vban-cli bus --help for more info.

Command Command

Usage: vban-cli command COMMAND

examples:

vban-cli command show

vban-cli command restart

see vban-cli command --help for more info.

Recorder Command

Usage: vban-cli recorder COMMAND

examples:

vban-cli recorder play

vban-cli recorder pause

vban-cli recorder goto "00:01:30"

see vban-cli recorder --help for more info.

Sendtext Command

Usage: vban-cli sendtext TEXT

examples:

To Voicemeeter

vban-cli sendtext 'Strip[0].Mute=1;Bus[0].Mono=2'

To Matrix

vban-cli sendtext 'Command.Version = ?'

vban-cli sendtext 'Point(ASIO128.IN[1..4],ASIO128.OUT[1]).dBGain = -3.0'

see vban-cli sendtext --help for more info.

Shell Completion

Shell completion scripts are available for bash, zsh, and fish.

vban-cli --install-completion

Implementation Notes

  1. The VBAN RT SERVICE subprotocol defines two packet structures ident:0 and ident:1. Neither of them contain the data for Bus EQ parameters.
  2. Packet structure with ident:1 is emitted by the VBAN server only on pdirty events. This means we do not receive the current state of those parameters on initial subscription. Therefore any commands which are intended to fetch the value of parameters defined in packet ident:1 will not work in this CLI.
  3. Packet structure with ident:1 defines parameteric EQ data only for the first channel.
  4. There doesn't appear to be any way to retrieve the current recorder status, ie, recording, playing, stopped etc. I don't see the data available in either packet structures ident:0 or ident:1.

Further Notes

I've made the effort to set up the basic skeletal structure of the CLI as well as demonstrate how to combine subcommand groups with subcommand groups so more can be implemented, it just needs doing. There may be restrictions on some things however, for example, retrieving values is only possible for parameters defined in the protocol. Setting parameters can be done for anything possible by a string request.

If there's something missing that you would like to see added the best bet is to submit a PR. You may raise an issue and if it's quick and simple to do I may (or may not) do it.


License

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vban_cli-0.12.6.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vban_cli-0.12.6-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

Details for the file vban_cli-0.12.6.tar.gz.

File metadata

  • Download URL: vban_cli-0.12.6.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for vban_cli-0.12.6.tar.gz
Algorithm Hash digest
SHA256 aa273140fa10778f9b62df259515c89f8163f21030ac86e6511f518ede4c7284
MD5 f5fc3ba046061e3751e66748e6b615f7
BLAKE2b-256 5f6bd03360adf3e59a325eb25c122ee0bdd41733fb2e7eead8f69a043e91022b

See more details on using hashes here.

File details

Details for the file vban_cli-0.12.6-py3-none-any.whl.

File metadata

  • Download URL: vban_cli-0.12.6-py3-none-any.whl
  • Upload date:
  • Size: 16.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for vban_cli-0.12.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2fc36c8f36e0601f32971dc7b7653a1ad92986eb4bd68cdc1228dbd1f67c4cf6
MD5 edf2a2ad5770a79da95164b6b93bf7b3
BLAKE2b-256 1cb5aea05a73f218c8dd7a39e299b876d115747e1cf8c67e5c2f79bef6ae4ea5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page