NotEnoughCodecs
This project extends Minecraft's audio playback capabilities by adding support for the following formats:
- MP3 files - AAC (in ADTS and MP4 containers) (HE-AAC has limited functionality) - FLAC format
It's important to understand that this mod does not allow using alternative formats through the sounds.json file - Minecraft is strictly tied to the OGG format at the system level.
The mod is built upon components from the JLayer library (libgdx fork), Java Advanced Audio Decoder (JAAD), and JustFLAC.