wxMP3gain is a free front-end for the MP3gain.
Link to download the binary files: https://sourceforge.net/projects/wxmp3gain/
This program has been tested on the following platforms:
- Windows XP, Vista, 7, 8, 10
- Several major Linux distributions
sudo add-apt-repository -y ppa:cfgnunes/ppa
sudo apt update
sudo apt install wxmp3gain
This section assumes Ubuntu 16.04 (also tested on Ubuntu 18.04), but the procedure is similar for other Linux distributions. The prerequisites to build the source is to install the following packages:
sudo apt -y install build-essential cmake
sudo apt -y install libwxgtk3.0-dev
sudo apt -y install mp3gain
Compile the sources and install with following commands in the terminal:
mkdir build
cd build
cmake ..
cmake --build .
sudo make install
- GCC - The GNU Compiler Collection
- wxWidgets - Open-Source GUI framework
- wxFormBuilder - wxWidgets GUI-builder
Other tools:
- CMake - Build, test and package software
- Inno Setup - Installer for Windows programs
If you spot a bug, or want to improve the code, or even make the content better, you can do the following:
- Open an issue describing the bug or feature idea;
- Fork the project, make changes, and submit a pull request.
This project uses SemVer for versioning. For the versions available, see the tags on this repository.
- Cristiano Nunes
This program is licensed under the terms of the GNU General Public License version 3. Available online under: http://www.gnu.org/licenses/gpl-3.0.html
- Carlos Sánchez - Spanish translations
- Jan Rimmek - German translations
- Pavel Fric - Czech translations
- Sergey Basalaev - Russian translations
- Yaşar Çiv - Turkish translations
- Dominko Aždajić - Croatian translations
- Maboroshin - Japanese translations