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.4.0.tar.gz (4.6 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.4.0-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vmr_http-0.4.0.tar.gz
  • Upload date:
  • Size: 4.6 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.4.0.tar.gz
Algorithm Hash digest
SHA256 98098c827f404d5c8bc2c876f7d13343f15fae965b803a6c58ba91ddd6cfa38e
MD5 17f83dce56422591e15084a427f85a08
BLAKE2b-256 d24e79aebdc062e347f54425ca05bbeccdc6b2615a1e9b91268d5af0afa09de9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vmr_http-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 9.5 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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e7b7fc0d1871cc34d6fb89aaee55eaf8e17909e81f78cf3f6b9d802b7b72ec5b
MD5 9ae1af4800f22919180f6b47c30935e5
BLAKE2b-256 03a0f3e6c9a6e6821415fe0ac40b2c1d15b9bdf3c8cba34f202520a7d0b38d3a

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