1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: loudgain
Section: sound
Priority: optional
Maintainer: Hugh McMaster <hugh.mcmaster@outlook.com>
Build-Depends:
debhelper-compat (= 13),
cmake,
libavcodec-dev,
libavformat-dev,
libavutil-dev,
libebur128-dev,
libswresample-dev,
libtag1-dev,
pkg-config,
zlib1g-dev | libz-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/Moonbase59/loudgain
Vcs-Git: https://salsa.debian.org/hmc/loudgain.git
Vcs-Browser: https://salsa.debian.org/hmc/loudgain
Package: loudgain
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ReplayGain 2.0 loudness normalizer based on the EBU R128 standard
loudgain is a loudness normalizer that scans music files and calculates
loudness-normalized gain and loudness peak values according to the
EBU R128/ITU BS.1770 standard (-18 LUFS).
.
loudgain will embed ReplayGain 2.0-compatible metadata tags in a file if
requested but will not modify the audio data in any way.
.
loudgain supports the FLAC, Ogg, MP2, MP3, MP4, M4A, ALAC, Opus, ASF, WMA, WAV,
WavPack, AIFF and APE audio formats. Video files with compatible audio streams
are also supported.
|