Calculate the Replay Gain for Ogg Vorbis files
Calculate the Replay Gain for Ogg Vorbis files
VorbisGain is a utility that uses a psychoacoustic method to correct the volume of an Ogg Vorbis file to a predefined standardized loudness.
It is meant as a replacement for the normalization that is commonly used before encoding. Although normalization will ensure that each song has the same peak volume, this unfortunately does not say anything about the apparent loudness of the music, with the end result being that many normalized files still don't sound equally loud. VorbisGain uses psychoacoustics to address this deficiency. Moreover, unlike normalization, it's a lossless procedure which works by adding tags to the file. Additionally, it will add hints that can be used to prevent clipping on playback. It is based upon the ReplayGain technology.
The end result is that playback is both more convenient and of higher quality compared to a non-VorbisGain'ed file.
- Developed at multimedia:apps
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/vorbisgain && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
vorbisgain-0.36.zip | 0000155367 152 KB | |
vorbisgain.changes | 0000002490 2.43 KB | |
vorbisgain.spec | 0000002656 2.59 KB |
Revision 12 (latest revision is 15)
- Cleanup with spec-cleaner - Updated to 0.36 - Changed licence from "GPL-2.0" to "LGPL-2.1" to match the actual licence headers in the source files and COPYING file. (Note that some licence headers reference "the GNU General Public License, version 2.1". I am assuming that the word "Lesser" has been mistakenly omitted between "GNU" and "General", since there is an LGPL 2.1 but no GPL 2.1, and because the COPYING file is for the LGPL 2.1. Note that some headers include the "or later" clause while others omit it.) - Reformatted the description - Removed obsolete Makefile patch - Removed unnecessary %clean - Replaced manual call to configure with %configure macro - Updated project and source URLs - Applied dos2unix on NEWS file - Remove merged patch vorbisgain_Makefile_tabs.patch
Comments 0