diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-10-31 13:27:55 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-10-31 13:27:55 +0000 |
commit | f0239c471618c1b28a66191d6fb3448b0cabfe0e (patch) | |
tree | e7b7c4db8b08f34ba1a06ef2b277bd1038f5d373 /audio/mp3gain | |
parent | 0e9947e63e59fc700ebccee2317881cab37bf529 (diff) | |
download | ports-f0239c471618c1b28a66191d6fb3448b0cabfe0e.tar.gz ports-f0239c471618c1b28a66191d6fb3448b0cabfe0e.zip |
Notes
Diffstat (limited to 'audio/mp3gain')
-rw-r--r-- | audio/mp3gain/Makefile | 2 | ||||
-rw-r--r-- | audio/mp3gain/pkg-descr | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index 68e5ad47808a..ddeec8112f1e 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR=${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to normalize the gain of mp3 files +COMMENT= A tool to normalize the gain of MP3 files PLIST_FILES= bin/mp3gain USE_REINPLACE= yes diff --git a/audio/mp3gain/pkg-descr b/audio/mp3gain/pkg-descr index 70f5a8067158..4a4c925181bd 100644 --- a/audio/mp3gain/pkg-descr +++ b/audio/mp3gain/pkg-descr @@ -1,12 +1,12 @@ -Tired of reaching for your volume knob every time your mp3 player changes to a -new song? MP3Gain analyzes and adjusts mp3 files so that they have the same +Tired of reaching for your volume knob every time your MP3 player changes to a +new song? 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, +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. There is no quality lost in the change because the program adjusts -the mp3 file directly, without decoding and re-encoding. +lossless. There is no quality lost in the change because the program adjusts +the MP3 file directly, without decoding and re-encoding. WWW: http://mp3gain.sourceforge.net/ |