
Audio Engine Tweaks
this mod changes how Minecraft schedules sounds in order to prevent the sound pool to fill up
Screenshots






About this Mod
Audio Engine Tweaks
News
Since v1.2.7, you can now adjust the volume of each sound independently of the vanilla sliders.
Overview
This mod changes how Minecraft schedules sounds to prevent the sound pool from filling up, or at least reduce the effects of a full sound pool.
TL;DR
It fixes these common errors (and the related log spam):
[Render thread/WARN]: Failed to create new sound handle
[Sound engine/WARN]: Maximum sound pool size 247 reached
Without this mod, a full sound pool causes all in-game audio to stop until slots free up.
How It Works
Each tick, sounds are collected and categorized by type.
- Lower category = higher priority.
- Within categories, sounds are sorted by distance from the player.
Depending on the sound pool fill level, only certain sound types are allowed to play. Others are skipped.
- If the pool somehow fills completely (shouldn’t happen with thresholds), new sounds are skipped entirely.
Duplication check:
- Only a limited number of identical sounds can play from the same coordinate (1 block).
- Extra duplicates are skipped.
MASTER and MUSIC sounds bypass the queue and duplication check (important for main menu or GUI events when the server is frozen).
- They still follow fill-level thresholds.
- Other categories, if requested to play instantly, are instead deferred to the next tick.
All values are configurable through ModMenu or by editing the config file directly.
Default Settings
MASTER : cat 0, always allowed
VOICE : cat 0, always allowed
PLAYERS : cat 1, up to 95%
HOSTILE : cat 2, up to 90%
BLOCKS : cat 3, up to 80%
MUSIC : cat 4, up to 70%
RECORDS : cat 4, up to 70%
NEUTRAL : cat 5, up to 60%
WEATHER : cat 6, up to 50%
AMBIENT : cat 6, up to 50%
maxDuplicatedSounds: 5
Available Versions
How to Install Audio Engine Tweaks on Your Client
Install the Mod Loader Locally
Install fabric for your local Minecraft version.
Download the Matching File
Choose the Audio Engine Tweaks 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, 26.2-rc-2, 26.2-rc-1 (+68 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Does Audio Engine Tweaks need to be installed on the Minecraft server?
No. Modrinth marks Audio Engine Tweaks 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 Audio Engine Tweaks require?
Use a file for fabric, quilt and your exact Minecraft version. Supported versions include 26.2, 26.2-rc-2, 26.2-rc-1. Files for different loaders are not interchangeable.
Audio Engine Tweaks 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
Audio Engine Tweaks stays on your client. Host a compatible world for your group.
