All versions
2.0.0+mc26.2
Release
Audition 2.0.0+mc26.2last month 1,877
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:HMeGkqZ7:1JUG62Lr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HMeGkqZ7:1JUG62Lr"
}

