All Projects → cfgnunes → wxmp3gain

cfgnunes / wxmp3gain

Licence: other
A free front-end for the MP3gain.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
Inno Setup
370 projects

Projects that are alternatives of or similar to wxmp3gain

acxi
acxi is an audio conversion tool that helps sync lossless to lossy formats.
Stars: ✭ 35 (+2.94%)
Mutual labels:  mp3, mp3-files
StegX
Steganography (BMP, PNG, WAV, MP3, AVI, FLV)
Stars: ✭ 22 (-35.29%)
Mutual labels:  mp3, mp3-files
fridgefm-radio-core
Simple lightweight package for creating your own radio station via NodeJS heavily inspired by Shoutcast and Icecast.
Stars: ✭ 32 (-5.88%)
Mutual labels:  mp3
go-xmp
A native Go SDK for the Extensible Metadata Platform (XMP)
Stars: ✭ 36 (+5.88%)
Mutual labels:  mp3
arduino-stoerbert
MP3 player for small children - firmware & PCB schematic
Stars: ✭ 31 (-8.82%)
Mutual labels:  mp3
wxWidgetsTutorials
wxWidgets Tutorials
Stars: ✭ 39 (+14.71%)
Mutual labels:  wxwidgets
java-stream-player
🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )
Stars: ✭ 112 (+229.41%)
Mutual labels:  mp3
loudgain
ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Stars: ✭ 127 (+273.53%)
Mutual labels:  mp3
Mp3ID3Tagger
🎶🎵A macOS application to edit the ID3 tag of your mp3 files. Developed with RxSwift and RxCocoa. 🎸🎼
Stars: ✭ 17 (-50%)
Mutual labels:  mp3
discogstagger
Console based audio-file metadata tagger that uses the Discogs.com API v2 (JSON based). Relies on the Mutagen and discogs-client libraries. Currently supports FLAC and MP3 file types.
Stars: ✭ 65 (+91.18%)
Mutual labels:  mp3
Id3
Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Stars: ✭ 27 (-20.59%)
Mutual labels:  mp3
godot-FLMusicLib
GDNative library that plays mp3, chiptune and tracker music files using Game Music Emu, Minimp3 and openmpt
Stars: ✭ 38 (+11.76%)
Mutual labels:  mp3
wxWidgetsTemplate
A template project for wxWidgets C++, with pre-set files and IDE projects, and allows for easy updates to wxWidgets
Stars: ✭ 13 (-61.76%)
Mutual labels:  wxwidgets
devtube
Laravel YouTube and Online Video viewing and download interface.
Stars: ✭ 30 (-11.76%)
Mutual labels:  mp3
y2mp3
An Electron app to download youtube playlist
Stars: ✭ 118 (+247.06%)
Mutual labels:  mp3
OormiPass
Free open source cross platform password manager
Stars: ✭ 50 (+47.06%)
Mutual labels:  wxwidgets
audio-tag-analyzer
Extracts metadata music metadata found in audio files
Stars: ✭ 18 (-47.06%)
Mutual labels:  mp3
CeDImu
Experimental Philips CD-I emulator written in C++
Stars: ✭ 41 (+20.59%)
Mutual labels:  wxwidgets
record-encode-audio-from-browser
Record/Encode Audio on Browser using the WebAudio API and "ported" libraries.
Stars: ✭ 55 (+61.76%)
Mutual labels:  mp3
spleeter-api
Audio separation API using Spleeter from Deezer
Stars: ✭ 77 (+126.47%)
Mutual labels:  mp3

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].