Releases: Loewe111/voicemeeter-web-remote
v1.1.0
Changelog
- add Settings page
- add VBAN Settings
- add Device selection Settings
- Add fine value entering dialog (right-click)
How to run
Important
You need to have Voicemeeter Potato installed
- Download the attached ZIP-file
- Extract
- Run the vm_web_remote.exe file
If you need to change some settings you can edit the config.toml file
Note
For more infos on usage see the README
v1.0.2
Changelog
- improve error handling when voicemeeter is not installed
How to run
Important
You need to have Voicemeeter Potato installed
- Download the attached ZIP-file
- Extract
- Run the vm_web_remote.exe file
If you need to change some settings you can edit the config.toml file
Note
For more infos on usage see the README
v1.0.1
Changelog
- fixed scrollbar on chrome
- add pyinstaller build workflow
How to run
Important
You need to have Voicemeeter Potato installed
- Download the attached ZIP-file
- Extract
- Run the vm_web_remote.exe file
If you need to change some settings you can edit the config.toml file
Note
For more infos on usage see the README
v1.0.0 - First Release
First Release
Installation and Usage
You need to have Python and Voicemeeter Potato installed on your system.
- Clone the repository or download the Release ZIP
git clone https://github.com/Loewe111/voicemeeter-web-remote.git
- Navigate to the project directory:
cd voicemeeter-web-remote
- Install the dependencies:
pip install -r requirements.txt
- Configure the
config.toml
file as needed. - Start the server:
python main.py
- Open your web browser and go to
http://localhost:8080
(or the configured host and port).
Running the server will automatically start Voicemeeter if it is not already running. If the lock option is enabled in the configuration, it will also lock the Voicemeeter GUI to prevent manual changes while using the web remote.