jejo86 / wxmp3gain

A free front-end for the MP3gain.

Home Page:https://cfgnunes.com/wxmp3gain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wxMP3gain Actions Status

wxMP3gain is a free front-end for the MP3gain.

screenshot

Getting Started

Install from binaries

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

Install from Personal Package Archives (Ubuntu)

sudo add-apt-repository -y ppa:cfgnunes/ppa
sudo apt update
sudo apt install wxmp3gain

Install from sources

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

Built With

Other tools:

  • CMake - Build, test and package software
  • Inno Setup - Installer for Windows programs

Contributing

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.

Versioning

This project uses SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Cristiano Nunes

License

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

Acknowledgments

  • 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

About

A free front-end for the MP3gain.

https://cfgnunes.com/wxmp3gain


Languages

Language:C++ 93.5%Language:CMake 3.7%Language:Inno Setup 2.7%