HTTP API for controlling Voicemeeter
Project description
Voicemeeter HTTP
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'
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
Release history Release notifications | RSS feed
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.1.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vmr_http-0.3.1.tar.gz.
File metadata
- Download URL: vmr_http-0.3.1.tar.gz
- Upload date:
- Size: 4.0 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81c260fb9a926f808aa8423163887a999ffb01582b59d09ddea9f71a81713fd5
|
|
| MD5 |
03ebaea4fd19378a64f1724b869a87f9
|
|
| BLAKE2b-256 |
bceaff16669639cf40d03a1ea251d95f0d8255d55af22f6dd4d5fa3c435216eb
|
File details
Details for the file vmr_http-0.3.1-py3-none-any.whl.
File metadata
- Download URL: vmr_http-0.3.1-py3-none-any.whl
- Upload date:
- Size: 8.2 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daa50a577bec17f895dd267d69d569105fb70019bae4b135594ae2280f76fbfd
|
|
| MD5 |
f202e5fef45777c5f46700225cd0d845
|
|
| BLAKE2b-256 |
a20308fc9ad95054c5a9eedf1a8a27af0edccbca89c170f8527ebd51253c89b5
|