Automic VaultAutomic Vault

brew

使用 Homebrew, dnf, MacPorts, Nix 安装 normalize

查看 normalize 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install normalize

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install normalize

MacPorts ports tree · audio/normalize/Portfile · 来源: api.github.com

Linux

Fedora dnf已验证 · 92%
sudo dnf install normalize

Fedora Rawhide package metadata · normalize · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#normalize

nixpkgs package indexes · pkgs/by-name/no/normalize/package.nix · 来源: api.github.com

概览

软件包摘要

Adjust volume of audio files to a standard level

命令和别名

  • normalize-mp3
  • normalize-ogg

历史

项目历史与用法

normalize is a command-line audio file volume normalizer by Chris Vaill. The official 0.7.7 README describes it as a tool for adjusting audio files to a standard level, useful for mixed CDs and MP3 collections with varying recording levels.

项目历史

The official 0.7.7 README carries a 1999-2005 copyright notice and documents the classic Unix build flow of `./configure`, `make`, and `make install`. Homebrew sources the same 0.7.7 release from the official Savannah/Nongnu release archive.

采用历史

normalize persists as a low-volume legacy package. Homebrew analytics in July 2026 report 74 installs over 365 days, reflecting a tool kept around for older audio normalization scripts more than active mainstream use.

使用方式

Users run `normalize` on WAV or MP3 files, use batch mode with `-b` to preserve an album's relative track levels, or mix mode with `-m` to bring unrelated tracks toward a common level. The README also documents helper scripts such as `normalize-mp3` and `normalize-ogg` for decode-normalize-encode workflows.

为什么软件包爱好者会关心

normalize is a compact example of pre-streaming-era Unix audio tooling: source tarballs, optional MAD/audiofile/XMMS integrations, RMS-based loudness adjustment, and package-manager preservation of old command-line workflows.

时间线

  • 1999-2005: Copyright range in the official 0.7.7 README.
  • 0.6: README says a limiter was introduced to reduce clipping.
  • 0.7: README says direct MPEG audio operation was added through MAD.
  • 2005-09-14: Official Savannah release archive timestamp for 0.7.7.
  • 2026-07: Homebrew API reports stable 0.7.7 and 74 installs over 365 days.

Related projects

  • MAD, audiofile, XMMS, normalize-mp3, normalize-ogg

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:audio

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 13 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
normalize-mp3cli全局可执行文件
normalize-oggcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-26
管理器版本0.7.7
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://www.nongnu.org/normalize/

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://www.nongnu.org/normalize/none 置信度

安装元数据

软件包元数据

软件包键brew:normalize
版本0.7.7
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/normalize
主页https://www.nongnu.org/normalize/
上游文档https://www.nongnu.org/normalize
许可证GPL-2.0-or-later
源码归档https://download.savannah.nongnu.org/releases/normalize/normalize-0.7.7.tar.gz
依赖mad
Bottle可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenormalize
Version Scheme0
Revision0
Conflicts With
  • num-utils
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

normalize

nix profile install nixpkgs#normalize
  • normalized package name match
  • 匹配方式:Normalize
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/no/normalize/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

normalize 0.7.7-35.fc44

Adjust the volume of audio files to a standard level

http://normalize.nongnu.org/

sudo dnf install normalize
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: normalize
  • 11 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Normalize
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: normalize from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

normalize

sudo port install normalize
  • normalized package name match
  • 匹配方式:Normalize
MacPorts ports tree · api.github.com · MacPorts ports tree: audio/normalize/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment