SuperLAME 1.0
SuperFast multithreaded LAME MP3 encoder — parallel libmp3lame instances + bit-reservoir repacker, roughly 8× faster than stock single-threaded LAME at the same quality.
Features
- Encoder: LAME 3.101 beta 3 (r6531) + maikmerten q4 fix; CBR / ABR / VBR
- SuperFast MT: parallel encode + bit-reservoir-correct repacker (self-healing fallback)
- CPU dispatch: one binary, four CPUID-selected engines — znver5 / znver4 (AVX-512) / znver3 (AVX2) / x86-64 (SSE2)
- Input: WAV, AIFF, and FLAC (multithreaded decode, up to 24-bit); full-precision float pipeline
- Decode: MP3 → WAV via libmpg123 (
--decode) - Resampling: r8brain (linear-phase, ~207 dB), parallelized
- Tags: ID3v1/v2 UTF-8, album art (
--ti, JPEG/PNG); FLAC tags + cover auto-imported
Downloads
SuperLAME-1.0-win64.zip— the Windows x64 binary + licenses + source pointerSuperLAME-1.0-source.zip— complete corresponding source (GPL v2+)
Verify
SuperLAME-1.0.exe (SHA-256) d3530cb6be74deb38ad61bbd3a4d33014834c5fcb8d35352fee3d45f7a3ccf81
SuperLAME-1.0-win64.zip (SHA-256) f3f7c6121107781f9854a8d14e871a237995b7ed2b60078998587312e687d7ab
SuperLAME-1.0-source.zip (SHA-256) ca5e0148d2aefb1b649db84514957b7385d6904d2ec9f118dbee47dde7501cba
Licensing
GPL v2 or later (combines LAME/mpg123 LGPL, r8brain MIT, dr_flac PD/MIT-0, fre:ac/BoCA SuperFast GPL). License texts are in licenses/. MP3 patents expired (~2017) — no royalty applies. See THIRD-PARTY.md.
Built with clang/LLVM. Provided with NO WARRANTY.