diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 07:08:27 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 07:08:27 +0000 |
commit | 4c1cc43bc8c553d1affb284a12c2624436bace70 (patch) | |
tree | a0b15db4700de7ba873990de79c87c0852ce8975 /audio/Makefile | |
parent | e860d49adf869a4bec31e08c5f87527435cd1ac6 (diff) | |
download | FreeBSD-ports-4c1cc43bc8c553d1affb284a12c2624436bace70.zip FreeBSD-ports-4c1cc43bc8c553d1affb284a12c2624436bace70.tar.gz |
new port: audio/mp3gain (A tool to normalize the gain of mp3 files)
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.
PR: ports/46625
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 65e63f2..08695c8 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -148,6 +148,7 @@ SUBDIR += mp3chew SUBDIR += mp3ck SUBDIR += mp3encode + SUBDIR += mp3gain SUBDIR += mp3info SUBDIR += mp3mover SUBDIR += mp3rename |