HomeJavaModsAudition
Audition
ModsJava

Audition

by Tasuposed · on Modrinth

An audio optimization mod for Minecraft that enhances sound performance. Free Minecraft Java mod for 26.2.

⬇ Download on Modrinth

Audition

Audition is a client-side performance mod for Fabric that lowers CPU overhead from the Minecraft sound engine during high-stress scenarios like mob farms, explosions, or dense redstone setups.

The mod intercepts sound requests before the engine allocates an audio channel. It evaluates each request against player configuration rules, including distance, sound category, and current game load to determine if the sound plays immediately, merges with identical requests in the same tick, or drops entirely. Critical sounds near the player bypass this check to ensure gameplay audio remains accurate. Audition only drops low-priority sounds before they initialize; it never cuts off or alters audio that is already playing.

A built-in sampler monitors active sound counts per tick to adjust culling thresholds dynamically, increasing optimization automatically as sound density peaks.

The injection points are isolated at the entry window of the audio loop to prevent state conflicts. If another mod conflicts with these hooks, Audition catches the exception, logs a single warning, and disables its optimization layer for the rest of the session. The client reverts to standard vanilla sound handling instead of crashing.

This mod runs strictly client-side on the Fabric loader. It has no server-side components and does not need to be installed on multiplayer servers.


Installation

Requires Fabric Loader and Fabric API. Place the compiled JAR file into your mods folder. It can be safely added to or removed from existing worlds.

Configuration

The in-game configuration menu opens via a customizable keybind (default: V) and contains the following parameters:

Configuration metrics save directly to a JSON file in the client config directory and apply instantly without requiring a game restart.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more