Modscraper Modscraper Minecraft
Audition logo

Audition

Mod

by Tasuposed

An audio optimization mod for Minecraft that enhances sound performance

Type

Mod

CurseForge Downloads

54,103

CurseForge ID

1223249

Modrinth Downloads

69,025

Modrinth ID

HMeGkqZ7

Last Updated

Jul 27, 2026

Description

# 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: - **Global Toggle:** Completely enables or disables the optimization system. - **Culling Aggressiveness:** Controls the threshold for dropping non-critical audio streams under heavy load. - **Category Filters:** Toggles optimization independently for ambient, entity, block, music, weather, player, and interface categories. - **Fine Tuning:** Direct numeric fields for culling radius, guaranteed audible distance, maximum concurrent audio channels, and category priority weights. Configuration metrics save directly to a JSON file in the client config directory and apply instantly without requiring a game restart.

Compatibility

Mod Loaders

Fabric

Game Versions

1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 +3 more

Similar Mods

Included in Modpacks

External Resources