LAME 3.101 beta 3 cVBRb - MinGW Solid State x64
lamemp3.co.uk development build
================================

Build role
----------
MinGW Solid State compatibility build, Windows x64.

Main encoder EXE
----------------
lame_cVBRb_x64.exe

The encoder EXE is the main command-line tool. For normal command-line MP3 encoding,
you can run the EXE directly from Command Prompt or PowerShell.

Example:

    lame_cVBRb_x64.exe -V0 input.wav output.mp3

For cVBRb testing:

    lame_cVBRb_x64.exe -V0 -b 192 --vbr-min-strict --bitrate-boost=2 input.wav output.mp3

DLL files
---------
This bundle also includes DLL files:

- libmp3lame.dll
- libmpg123-0.dll
- libiconv-2.dll

Keep the DLL files in the same folder when testing the full bundle, especially if an
application loads libmp3lame.dll directly or if decode support is needed.

Important DLL compatibility note
--------------------------------
The included libmp3lame.dll is not guaranteed to be a drop-in replacement for every
application. Some host applications expect a specific libmp3lame build, DLL name,
export table, calling convention, or ordinal layout. Compatibility therefore depends
on the application that is loading the DLL.

If an application does not accept this DLL, use the application's own recommended
LAME/libmp3lame package, or use the encoder EXE directly from the command line.

Notes
-----
- cVBRb adds bitrate-boost behaviour to the constrained VBR branch.
- Standard LAME command-line options remain available.
- These are portable ZIP packages; there is no installer.
- Checksums are listed on lamemp3.co.uk for users who want to verify downloads.
