Browse Source

"Andreas V. Meier" <avmeier@web.de>:

introducing normalize, an audio file normalizer.
For the curious: I noted k3b want's this, so I made this package.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1781 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
0b8cb338e0
2 changed files with 45 additions and 1 deletions
  1. +1
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +44
    -0
      package/avm/normalize/normalize.desc

+ 1
- 1
Documentation/Developers/CHANGELOG-RENE

@ -4,7 +4,7 @@
- Alejandro Mery: updated dietlibc's elf.h to support more X86 defines
updated module-init-tools
- bumped version
- Andreas V. Meier: updated rene/k3b
- Andreas V. Meier: updated rene/k3b and added normalize
- Mathieu Doidy: mathieu's repository update: bitlbee (0.82), bogofilter
(0.15.7), liferea (0.4.4), mldonkey (2.5-4), mpc (0.9.2),
mpd (0.9.3) and xcdroast (0.98alpha15)

+ 44
- 0
package/avm/normalize/normalize.desc

@ -0,0 +1,44 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avm/normalize/normalize.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] normalize is an audio file volume normalizer
[T] normalize is a tool for adjusting the volume of audio files to a
[T] standard level. This is useful for things like creating mixed CD's and
[T] mp3 collections, where different recording levels on different albums
[T] can cause the volume to vary greatly from song to song.
[U] http://www1.cs.columbia.edu/~cvaill/normalize/
[A] Chris Vaill <cvaill@cs.columbia.edu>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] extra/multimedia
[L] GPL
[S] Stable
[V] 0.7.6
[P] X -----5---9 800.000
[D] 0 normalize-0.7.6.tar.bz2 http://www1.cs.columbia.edu/~cvaill/normalize/

Loading…
Cancel
Save