# Installer normalize avec Homebrew, dnf, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de normalize pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:normalize
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install normalize
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install normalize
```

  Preuve: MacPorts ports tree: audio/normalize/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install normalize
```

  Preuve: Fedora Rawhide package metadata: normalize from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#normalize
```

  Preuve: nixpkgs package indexes: pkgs/by-name/no/normalize/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:normalize
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.7.7
- **Résumé source:** Adjust volume of audio files to a standard level
- **Page d'accueil:** <https://www.nongnu.org/normalize/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- normalize (alias)
- normalize-mp3 (alias)
- normalize-ogg (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.7.7
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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

### Sources

- <https://download.savannah.nongnu.org/releases/normalize/normalize-0.7.7.tar.gz>
- <https://formulae.brew.sh/api/formula/normalize.json>
- <https://www.nongnu.org/normalize/>
- <https://www.nongnu.org/normalize/README.html>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Nix - normalize: normalized package name match | nixpkgs package indexes: pkgs/by-name/no/normalize/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - normalize - 0.7.7-36.fc45: normalized package name match | Fedora Rawhide package metadata: normalize from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Adjust the volume of audio files to a standard level | http://normalize.nongnu.org/
- MacPorts - normalize: normalized package name match | MacPorts ports tree: audio/normalize/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/normalize.yml](https://github.com/mxcl/pkgdb/blob/main/combined/normalize.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
