Audio Effects GUI is an open-source application that provides a graphical user interface for applying real-time audio effects. Utilizing the power of the Spotify's Pedalboard library, this application allows users to easily manipulate audio input and output with various effects such as gain, delay, and reverb.
- Real-Time Audio Processing: Apply effects in real-time as audio is being streamed.
- Gain Control: Adjust the gain of the audio signal.
- Delay Effect: Add delay to the audio with adjustable delay time, feedback, and mix.
- Reverb Effect: Simulate different room sizes for reverb effects.
- Device Selection: Choose input and output audio devices.
- User-Friendly Interface: Simple and intuitive interface with visual feedback for enabled effects.
- Python 3.6 or higher
pip(Python package installer)
Install the required Python packages using pip:
pip install -r requirements