Skip to content

v1.0.0 - First Release

Choose a tag to compare

@Loewe111 Loewe111 released this 02 Aug 18:37
· 31 commits to main since this release
aa0fee9

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.