LAME

net.sourceforge.LAMEframework · System Extensions
Intel Only 2 devices
About This App

LAME is a free, open-source MP3 encoder framework that integrates directly into audio applications on macOS. It is widely used as a backend by audio software including Audacity, VLC, FFmpeg-based tools, and other music production and podcast applications. LAME delivers high-quality MPEG-3 encoding using psychoacoustic algorithms refined over decades of development. The framework supports multiple encoding modes including Variable Bitrate (VBR), Constant Bitrate (CBR), and Average Bitrate (ABR), making it suitable for music, voice content, streaming, and batch processing workflows. The framework is licensed under the LGPL and has been actively maintained since the late 1990s.

AI Recommendation

1 suggestion
LAME AI
https://www.audacityteam.org/

LAME is a framework component, not a standalone application — it is embedded within or linked by other audio tools rather than run directly. Most modern audio applications that use LAME have already integrated native Apple Silicon builds of the framework. If you are using Audacity, the recommended path depends on your version: Audacity 3.2 and later include MP3 encoding built-in and do not require a separate LAME installation, so updating Audacity itself to the latest version (which ships with native Apple Silicon support) is all you need. Users running older versions of Audacity should visit the Audacity website to upgrade to a current release that includes native LAME support. For other audio applications that depend on LAME (such as FFmpeg-based tools or VLC), check each application's own update mechanism — the host application's update will pull in a native Apple Silicon build of LAME automatically. If you are a developer linking against LAME directly, native ARM64 framework builds are available from RareWares and other community sources, though you may also consider using modern alternatives like libopus or the native macOS AudioToolbox framework.