Skip to content

Releases: Loewe111/voicemeeter-web-remote

v1.1.0

13 Aug 20:56
38e65d5
Compare
Choose a tag to compare

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

  1. Download the attached ZIP-file
  2. Extract
  3. 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

12 Aug 10:39
f8d0885
Compare
Choose a tag to compare

Changelog

  • improve error handling when voicemeeter is not installed

How to run

Important

You need to have Voicemeeter Potato installed

  1. Download the attached ZIP-file
  2. Extract
  3. 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

03 Aug 19:21
ccac740
Compare
Choose a tag to compare

Changelog

  • fixed scrollbar on chrome
  • add pyinstaller build workflow

How to run

Important

You need to have Voicemeeter Potato installed

  1. Download the attached ZIP-file
  2. Extract
  3. 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

02 Aug 18:37
aa0fee9
Compare
Choose a tag to compare

First Release

Installation and Usage

You need to have Python and Voicemeeter Potato installed on your system.

  1. Clone the repository or download the Release ZIP
    git clone https://github.com/Loewe111/voicemeeter-web-remote.git
  2. Navigate to the project directory:
    cd voicemeeter-web-remote
  3. Install the dependencies:
    pip install -r requirements.txt
  4. Configure the config.toml file as needed.
  5. Start the server:
    python main.py
  6. 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.