Skip to main content

HTTP API for controlling Voicemeeter

Project description

Voicemeeter HTTP

uv Ruff


Install

pip install vmr-http

Run

uvicorn vmr_http:app

Use

Set multiple Strip 0 parameters at once

curl -X 'PATCH' \
  'http://127.0.0.1:8000/strip/0' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "gain": -38.7,
  "mute": true,
  "mono": true,
  "A1": true,
  "A2": false,
  "A5": true,
  "B1": true,
  "B3": true
}'

Set Strip 1 mute

curl -X 'PATCH' \
  'http://127.0.0.1:8000/strip/1' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "mute": true,
}'

Get Bus 3 gain

curl -X 'GET' \
  'http://127.0.0.1:8000/bus/3/gain' \
  -H 'accept: application/json'

Get Bus 4 Mode

curl -X 'GET' \
  'http://127.0.0.1:8000/bus/4/mode' \
  -H 'accept: application/json'

Set Bus 2 Mode

curl -X 'PATCH' \
  'http://127.0.0.1:8000/bus/2/mode' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "mode": "Composite"
}'

Healthcheck

curl -X 'GET' \
  'http://127.0.0.1:8000/health' \
  -H 'accept: application/json'

Documentation

FastAPI generates automatic docs, visit the link in the startup message when you launch the server.

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

vmr_http-0.3.3.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

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

vmr_http-0.3.3-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file vmr_http-0.3.3.tar.gz.

File metadata

  • Download URL: vmr_http-0.3.3.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","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 vmr_http-0.3.3.tar.gz
Algorithm Hash digest
SHA256 550a98c7a2364a8a8675aec3e1ec225405864e83ae018339c9d7a213ab67e239
MD5 514428792f52c8cdc56108089fa8e0d6
BLAKE2b-256 eaf50210021a5211488753ee61aadff7da1fa4e5682b426d8e113ef0a21aad3e

See more details on using hashes here.

File details

Details for the file vmr_http-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: vmr_http-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","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 vmr_http-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c22bcbc882e0a109d43189b15db3dd3cdf37d60e9f2eeeb3d1cc4d1447b2aea7
MD5 df2cb840082d831b457dbc5c799e380b
BLAKE2b-256 d5ac2a20296fa9b204fa13c7ce5cb3740aa24356c5efa4e9905494851067e015

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