corrects the volume of an Ogg Vorbis file to a predefined standardized loudness
VorbisGain corrects the volume of an Ogg Vorbis file to a predefined standardized loudness by calculating the file's percieved sound level using the ReplayGain algorithm. VorbisGain then stores in the comments (tags) in the file a suggestion on how the volume should be changed during playback to get a uniform sound level. You then need to use an audio player that knows about and acts on that suggestion.
VorbisGain corrects the volume of an Ogg Vorbis file to a predefined standardized loudness by calculating the file's percieved sound level using the ReplayGain algorithm. VorbisGain then stores in the comments (tags) in the file a suggestion on how the volume should be changed during playback to get a uniform sound level. You then need to use an audio player that knows about and acts on that suggestion.
To install vorbisgain, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vorbisgain
To see what files were installed by vorbisgain, run:
port contents vorbisgain
To later upgrade vorbisgain, run:
sudo port selfupdate && sudo port upgrade vorbisgain
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.