https://github.com/lfillaz/voicemeeter-configurator
This tool is ideal for audio engineers, content creators, and Voicemeeter Banana users who seek granular control over audio processing. The configuration XML can be easily integrated into Voicemeeter setups for enhanced audio performance.
https://github.com/lfillaz/voicemeeter-configurator
config voicemeeter-banana voicemeeter-python xml
Last synced: 4 months ago
JSON representation
This tool is ideal for audio engineers, content creators, and Voicemeeter Banana users who seek granular control over audio processing. The configuration XML can be easily integrated into Voicemeeter setups for enhanced audio performance.
- Host: GitHub
- URL: https://github.com/lfillaz/voicemeeter-configurator
- Owner: lfillaz
- Created: 2024-10-28T11:00:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T11:16:15.000Z (over 1 year ago)
- Last Synced: 2025-06-20T06:05:39.639Z (12 months ago)
- Topics: config, voicemeeter-banana, voicemeeter-python, xml
- Language: Python
- Homepage: https://t.me/laz_dev
- Size: 11.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voicemeeter-configurator
This tool is ideal for audio engineers, content creators, and Voicemeeter Banana users who seek granular control over audio processing. The configuration XML can be easily integrated into Voicemeeter setups for enhanced audio performance.

# Voicemeeter Configurator GUI
A comprehensive GUI tool for generating **Voicemeeter Banana** configuration files in XML format, designed for advanced audio control and customization. This tool leverages Python's **customtkinter** library, providing an intuitive, dark-themed interface that mimics the Voicemeeter Banana aesthetic. Users can adjust Noise Gate, Compressor, Equalizer, and High-Pass Filter settings with precision controls and generate a configuration file effortlessly.
## Features
- **Noise Gate Control**: Set threshold, attack, and release for background noise management.
- **Compressor Control**: Adjust ratio, threshold, attack, and release for consistent audio quality.
- **Equalizer Adjustment**: Customize low, mid, and high frequencies.
- **High-Pass Filter**: Eliminate unwanted low-frequency noise.
## Getting Started
To use this tool:
1. Install the required dependencies:
```bash
pip install customtkinter
```
2. Run the `voicemeeter_configurator.py` script to launch the GUI.
3. Adjust the settings as needed and click "Generate Config" to save your configuration as an XML file.
## Installation
Clone this repository:
```bash
git clone https://github.com/lfillaz/voicemeeter-configurator
cd voicemeeter-configurator
```
Developed by [lfillaz](https://github.com/lfillaz)
```