normalize - Wave (.wav) file volume normalizer

This commit is contained in:
lukem 2001-08-16 09:06:18 +00:00
parent 0094e230c6
commit 8e864d35a6
5 changed files with 43 additions and 0 deletions

14
audio/normalize/Makefile Normal file
View file

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 09:10:15 lukem Exp $
#
DISTNAME= normalize-0.6.1
CATEGORIES= audio
MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/
MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.cs.columbia.edu/~cvaill/normalize/
COMMENT= Wave (.wav) file volume normalizer
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"

5
audio/normalize/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2001/08/16 09:09:15 lukem Exp $
SHA1 (normalize-0.6.1.tar.gz) = 8093204dd4f8a74f0e9bac2c53b8d347edc1c672
Size (normalize-0.6.1.tar.gz) = 204236 bytes
SHA1 (patch-aa) = 04b2c5639a485fafdaa79138813dfac3bc39b7e8

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2001/08/16 09:09:11 lukem Exp $
--- doc/normalize.1.orig Mon Jul 9 05:58:46 2001
+++ doc/normalize.1 Thu Aug 16 19:08:22 2001
@@ -82,7 +82,7 @@
level to \fILEV\fR. Setting \fILEV\fR to 1 (or 0dBFS) does no limiting
(clipping is done instead); setting \fILEV\fR to 0 does limiting on
all samples. The default value is recommended unless you know what
-you're doing.\n\
+you're doing.\n
.TP
.B -m\fR, \fB--mix\fR

View file

@ -0,0 +1,4 @@
normalize is a tool for adjusting the volume of WAV files to a
standard level. This is useful for things like creating mixed CD's
and mp3 collections, where different recording levels on different
albums can cause the volume to vary greatly from song to song.

View file

@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/16 09:06:18 lukem Exp $
bin/normalize
bin/normalize-mp3
bin/normalize-ogg
man/man1/normalize.1
share/locale/en_GB/LC_MESSAGES/normalize.mo
share/locale/fr/LC_MESSAGES/normalize.mo