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.tomlfile 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.