Audition

An audio optimization mod for Minecraft that enhances sound performance

File Details

audition-2.0.0+mc26.2.jar

  • R
  • Jun 22, 2026
  • 41.06 KB
  • 465
  • 26.2
  • Fabric

File Name

audition-2.0.0+mc26.2.jar

Supported Versions

  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:audition-1223249:8302385"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Audition v2

  • Full Structural Rewrite: Re-engineered the entire core architecture from the ground up to improve efficiency and stability, replacing the previous legacy implementation.

Features

  • Virtualization Queue Implementation: Added a dynamic, thread-safe audio sorting system that intercepts sound requests before audio channels initialize.
  • Dynamic Load Regulation: Integrated a real-time tick sampler that automatically scales sound-dropping thresholds as sound density peaks, preventing microstutters under extreme load.
  • Fail-Open Safety Mechanics: Isolated all injection points at the entry window of the audio loop. Internal exceptions are now caught and safely logged, disabling the optimization layer and reverting cleanly to vanilla sound management instead of crashing the client.