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.
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.
- 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.
To use this tool:
- Install the required dependencies:
pip install customtkinter
- Run the
voicemeeter_configurator.py
script to launch the GUI. - Adjust the settings as needed and click "Generate Config" to save your configuration as an XML file.
Clone this repository:
git clone https://github.com/lfillaz/voicemeeter-configurator
cd voicemeeter-configurator
Developed by lfillaz