Mp3gain Express

Sep 13, 2019 Feature Request I want read the ReplayGain tags created by MP3Gain Express (a macOS GUI for mp3gain) in MP3 files. While mp3gain provides an option to create ID3v2 tags instead of APEv2 tags (the default), MP3Gain Express does not. Feb 05, 2010 MP3Gain analyzes and adjusts mp3 files so that they have the same volume. MP3Gain does not just do peak normalization, as many normalizers do. Instead, it does some statistical analysis to determine how loud the file actually sounds to the human ear. Also, the changes MP3Gain makes are completely lossless. MP3Gain Express for Mac OS X Based on MP3Gain by Glen Sawyer with AACGain by David Lasker. Mac OS X Express version by Paul Kratt. What is MP3Gain? MP3Gain is a tool to increase or decrease the volume of MP3 files without re-encoding them. Descarga fiable para Mac de MP3Gain Express GRATIS. Descarga libre de virus y 100% limpia. Consigue MP3Gain Express descargas alternativas.

About the App

  • App name: MP3Gain Express
  • App description: mp3gain-express (App: MP3Gain Express.app)
  • App website: http://projects.sappharad.com/mp3gain/

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' 2> /dev/null
    and press enter/return key. If you are prompted to enter your Mac's user password, enter it (when you type it, you wont see it on your screen/terminal.app but it would accept the input; this is to ensure no one can see your password on your screen while you type it. So just type password and press enter, even if you dont see it on your screen). Then wait for the command to finish.
  3. Run:
    brew install mp3gain-express

Bluestack macbook. Done! You can now use MP3Gain Express.

MP3GainExpress is a port of MP3Gain and AACGain to macOS. It allows you toanalyze or apply volume gain to a list of MP3 or AAC files. Anyone who has usedthe Windows UI for MP3Gain should find this one familiar, as itwas designed to look similar to that version.
It's easy to use. Simply select the files you want to increase ordecrease the volume of, enter the desired loudness, and click ApplyGain to update your files.
Disclaimer: If you are using this program for the first time, please remember to back up your files before trying to modify them with MP3Gain. While the application should work fine for most users, differences between machines could result in problems that only affect a small number of people.
Download:mp3gain_mac25.zip (6 MB)
Requires OS X 10.11 El Capitan or later. (Pictured running under macOS Sierra 10.12)

Last updated on February 9th 2021:
This release brings back AAC support which was accidentally omitted from the previous release.


Older version: mp3gain_mac234.zip (4.5 MB)
For OS X 10.7 Lion or later.

Questions and Answers

What is MP3Gain?
MP3Gain is a tool to increase or decrease the volume of MP3 fileswithout re-encoding them. This is useful when you have a lot of musicat different volumes, you can use this tool to make everything the samevolume so that you don't need to adjust the volume on your MP3 playerwhen listening to your music on shuffle.
What does MP3Gain Express do?
This version of MP3Gain does three things. It can:
  1. Analyze MP3 files and write the volume information to a tagwithout changing the audio data itself. This is useful if you have aplayer that supports 'ReplayGain' tags. (Not iTunes or iPods, so mostlyuseless on Mac OS X)
  2. Apply Gain to MP3 files. This updates the audio data in the filesto apply the new volume directly to them. This is done without re-encodingthe file, so there usually is no loss in audio quality compared tooriginal data. (I assume that if you make the file loud enough to start'clipping' that this would count as quality loss. The loudness ofdigital audio can be represented within a range of values, and once yougo above the maximum any points above the maximum can only berepresented as the maximum itself. If the 'Clipping' column shows Yesthen this situation is occurring. In some cases, depending on how loudyou go, you may not notice it. You can click the 'Prevent Clipping' checkbox to automatically use a lower value if clipping would occur.)
  3. Undo changes applied to MP3 files, returning them to their original volume. This will only work if the file has previously had gain applied to it, and undo has not been performed on the file. The undo feature cannot remove file corruption in files that were accidentally damaged by the program.
What does MP3Gain Express not do?
MP3Gain Express omits some features of the original MP3Gain, hence'Express' tacked onto the name.
  1. MP3Gain Express does not back up your files for you. As with anyapplication, there is a chance something could go wrong. If you'venever used the tool before, I suggest backing up your files first tomake sure it works as you intended.
  2. Versions of Mac OS X older than 10.6 are not supported.
  3. MP3Gain is for audio files only.The .mp4 extension allowed because some AAC files use that extension, butplease do not use it for processing video files. It will not work.
Over time, several missing features were added whichmay have made the original intention of the express name no longer necessary.However, the addition of multi-threaded processing made the application fasterthan the Windows front end, so now the express name may imply that it is fast.

Why port MP3Gain to Mac again, eventhough a port already existed?
This port was made to fulfill one need that I had. I wanted to increasethe volume of a few tracks I had that were too quiet. I didn't need anyof the other features of the program, so they originally were not available in this port. Over time, more features were added as a result of user requests.I started this port a few weeks before Mac OS X 10.7 Lion wasreleased, and Bery Rinaldo's port had not been updated in over 3 yearsso I assumed it was dead. It also wasn't compatible with Snow Leopardat the time.
I decided to do my own port for two reasons:

  1. The existing port was a front-end written in AppleScript. Anyonefamiliar with my previous work (MultiPatch for example) might be awarethat I prefer to call code natively and not use an external tool to dothe work. I felt that this could benefit from the increased flexibilityof a native application. This approach was eventually changed in version2.0 in order to implement multi-threaded processing, but the existingnative UI has been retained and the application should behave as it didwhen MP3Gain was integrated internally.
  2. The existing port was bundled with PPC binary at that time, whichwould not work on Mac OS X Lion. My intention was to release the port aroundthe time Lion came out in order to fill that gap.
After I reached the point where it was partially working, it satuntouched for a few months. By the time I eventually came back to it,Bery had updated his version with Lion support. That version was alsoavailable for a number of years, but eventually disappeared from theinternet after its website went down. This port now has the missingfeatures and should be useful for people who formerly used that one.Disclaimer:I have not actually used his port, so my comparisons are based on the informationon his website.

Mp3gain Express Mac Download


Is there a build of the command-line version of MP3Gain available on macOS for power users?
Yes. I am now providing a command-line build of MP3Gain with AACGain support. This is the command-line version of AACGain 2.0.0 built for macOS 10.9 or later.It is based on the 2.0.0 fork from Github, refer to the source repository for exact revision used.You can download it here.
Will this port be actively maintainedand updated?
Probably not. MP3Gain itself isn't updated often anymore (Why would itbe? It already does what it was intended to do) and I primarily wrotethis for myself to use once every few years. If this program ever breaks in afuture version of macOS, I will probably update it just so that there'salways a working port available.
What is the license?
MP3Gain is LGPL. This port is also LGPL. You can probably find more information about that license on Wikipedia.
Who else contributed to this port?
The Spanish translation was provided by Emilio PĂ©rez Egido.
The Greek translation was provided by George Leventidis.
The German translation was provided by Hans-Juergen Merkel.
The Czech translation was provided by GVG.

Mp3gain Express Album Mode

The icons used in version 2.1 and later were created by George Leventidis.Mp3gain
There were also many users who emailed me with feedback and bug reports.

Mp3gain Express


Where can I get the source code, report bugs, or request features?
There is a project on GitHub for MP3Gain Express where you can check out the current development code for the application, submit your own changes, bug reports, or feature requests. You can find it at https://github.com/Sappharad/mp3gainOSX/.
Contact

Mp3gain Express Software


I can be contacted via e-mail at sappharad @ [same thingas before the @ symbol] .com.