Bass is a native audio library that supports several platforms and comes with a variety of optional plugins. Its binaries and headers are distributed as zip files, so users have to download and extract them by hand. This Gradle plugin automates this process and makes the relevant files available for the build.
- Downloads and verifies the Bass libs for the current build platform and architecture
- Compatible with Configuration Cache
plugins {
id("base")
id("de.infolektuell.bass") version "0.1.0"
}
bass.libraries {
register("bassflac")
register("bassmix")
}