Tags
Creators
Details
1.1.1
Compatibility
Changes
Added a method for enabling debugScreen
Added continue from for songs, and a reset timer for it.
Added isPlaying boolean to Song class.
added a new fading engine(It's not implemented yet, but it shows potential, having perfect fades with no popping)
Fixed memory leak from audioPlayers not closing correctly,
Fixed audio fading out and not fading back when tabbing out.
Fixed screen out-of-focus audio pause (This actually fixes a few other reliability issues)
Increased the buffer size for the audio output (this adds more latency to the underwater effect, but makes stutters disappear for the most part)
This version has been very stable. I've been using it with my own modpack, and after a few hours of play and tens of hours of idling, no issues have arisen.
EDIT: After some use of the mod in a dev environment, it seems that it will sometimes have issues with triggers playing. Due to that fact, this version has been demoted to beta.
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:zkUO8ETO:hKd1JZ0C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zkUO8ETO:hKd1JZ0C"
}

