Wingetlywingetly
← All apps

MP3Gain

by Glen Sawyerv1.2.5

Last updated

MP3Gain analyzes and losslessly adjusts mp3 files to a specified target volume.

Install with winget

$ winget install --id GlenSawyer.MP3Gain --exact --version 1.2.5

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for MP3Gain

MP3Gain uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x86)
installer.exe /S

See the full silent install reference for MP3Gain

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.2.5

ArchitectureTypeScopeInstallDownload
x86EXE
NSIS
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

2 known CVEs via NVD

  • high7.5Patched in wingetCVE-2023-49356affects v1.6.2Dec 21, 2023

    A stack buffer overflow vulnerability in MP3Gain v1.6.2 allows an attacker to cause a denial of service via the WriteMP3GainAPETag function at apetag.c:592.

  • critical9.8Fix in v1.5.2CVE-2021-34085affects before 1.5.2May 11, 2022

    Read access violation in the III_dequantize_sample function in mpglibDBL/layer3.c in mp3gain through 1.5.2-r2 allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact, a different vulnerability than CVE-2017-9872. CVE-201...

Source: NVD, updated 6h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Frequently asked questions

How do I install MP3Gain on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id GlenSawyer.MP3Gain --exact --version 1.2.5. winget downloads the installer from Glen Sawyer and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MP3Gain silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id GlenSawyer.MP3Gain --exact 1.2.5 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for MP3Gain?
MP3Gain uses EXE (NSIS). Run the downloaded installer with: installer.exe /S. The silent switches are /S.
How do I uninstall MP3Gain via winget?
Run: winget uninstall --id GlenSawyer.MP3Gain --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MP3Gain's Apps & Features entry.
Is MP3Gain free?
MP3Gain is distributed under GNU Lesser General Public License, Version 2. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does MP3Gain work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls MP3Gain directly from the publisher.
How do I keep MP3Gain up to date?
Run winget upgrade --id GlenSawyer.MP3Gain --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of MP3Gain from microsoft/winget-pkgs.