HTTP API for controlling Voicemeeter
Project description
Voicemeeter HTTP
Install
pip install vmr-http
Run
uvicorn vmr_http.app:app
Use
Set multiple Strip parameters at once
curl -X 'PUT' \
'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 mute
curl -X 'PUT' \
'http://127.0.0.1:8000/strip/1/mute' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"mute": true
}'
Get Bus gain
curl -X 'GET' \
'http://127.0.0.1:8000/bus/3/gain' \
-H 'accept: application/json'
Get Bus Mode
curl -X 'GET' \
'http://127.0.0.1:8000/bus/mode/4/mode' \
-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.2.0.tar.gz
(4.4 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.2.0.tar.gz.
File metadata
- Download URL: vmr_http-0.2.0.tar.gz
- Upload date:
- Size: 4.4 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 |
3808b7fbb9d0ad7327d5f7643fb9204adb88f8f0e897c787fd1b1bc40f63c626
|
|
| MD5 |
d5a58ccb4a1fe0147f670bab7d06c303
|
|
| BLAKE2b-256 |
cec3fe15ccf7748e369bf1a9823b5182a18973514dfc2dc0107722af72f42c82
|
File details
Details for the file vmr_http-0.2.0-py3-none-any.whl.
File metadata
- Download URL: vmr_http-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.7 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 |
30ff57fbaa6954f865de81d7dc14aa675b16d286ecd4fdc89dddb0c26d0814cf
|
|
| MD5 |
d6a4d5cdc5f459de64eae82bb4fbf46a
|
|
| BLAKE2b-256 |
a2e14fcff4aebd06813ec58922d283cac4e87253c11a0ff552dd8a9c4e1c629f
|