diff options
author | naddy <naddy@FreeBSD.org> | 2003-10-13 23:29:33 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-10-13 23:29:33 +0800 |
commit | 6b9e667cff2646f7d272e0df2b7e10994f6fa8ad (patch) | |
tree | f1b84f20412ae4e33830d6640abe57e370f73e90 /audio/vorbisgain/pkg-descr | |
parent | 50cde19b9530a3dfc1a588dec3dc513494b5ae67 (diff) | |
download | freebsd-ports-graphics-6b9e667cff2646f7d272e0df2b7e10994f6fa8ad.tar.gz freebsd-ports-graphics-6b9e667cff2646f7d272e0df2b7e10994f6fa8ad.tar.zst freebsd-ports-graphics-6b9e667cff2646f7d272e0df2b7e10994f6fa8ad.zip |
* Update to 0.34.
* Complete overhaul of the port.
Obtained from: OpenBSD
Diffstat (limited to 'audio/vorbisgain/pkg-descr')
-rw-r--r-- | audio/vorbisgain/pkg-descr | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/audio/vorbisgain/pkg-descr b/audio/vorbisgain/pkg-descr index 558b47fbaf0..5173be67a25 100644 --- a/audio/vorbisgain/pkg-descr +++ b/audio/vorbisgain/pkg-descr @@ -1,14 +1,22 @@ -When listening to Ogg Vorbis (or MP3) files on your computer, you may have -noticed that some songs are louder than others. To a degree, this can be -what the artist or producer intended, at least when comparing songs from the -same CD. However, when (randomly) listening to songs from different CDs, the -sound level can vary quite much, so much that you need to adjust the volume -every now and then, to get a comfortable sound level. Wouldn't it be nice if -that could be handled automatically? - -This is where VorbisGain comes in. It calculates a percieved sound level of -an Ogg Vorbis file 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. However, this only -solves half the problem; the player application needs to act on that -suggestion for it to be any useful. +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 the file ends up with superior playback +quality compared to a non-VorbisGain'ed file. + +It needs player support to work. Non-supporting players will play +back the files without problems, but you'll miss out on the benefits. + +WWW: http://sjeng.org/vorbisgain.html |