
Audition
An audio optimization mod for Minecraft that enhances sound performance
About this Mod
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.
Available Versions
How to Install Audition on Your Client
Install the Mod Loader Locally
Install fabric for your local Minecraft version.
Download the Matching File
Choose the Audition file for fabric and Minecraft 26.2.
Install Mod
Place the .jar file in your local .minecraft/mods folder and restart Minecraft. No server-side installation is required.
Compatibility
Mod Loaders
Minecraft Versions
26.2, 1.21.5, 1.21.4 (+10 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Does Audition need to be installed on the Minecraft server?
No. Modrinth marks Audition as unsupported on the server side. Install it only in your local Minecraft mods folder. Your server can remain unchanged unless the mod page lists an additional dependency.
Which version and loader does Audition require?
Use a file for fabric and your exact Minecraft version. Supported versions include 26.2, 1.21.5, 1.21.4. Files for different loaders are not interchangeable.
Audition is not working – what should I check?
First check the Minecraft version, loader version and required dependencies. Put the .jar file in your local .minecraft/mods folder and remove older duplicates. Because this mod is client-side, adding server RAM will not fix it.
Similar Mods
Minecraft Server for Your Group
Audition stays on your client. Host a compatible world for your group.