Skip to content

Gradle plugin to add the Bass audio library to a project

License

Notifications You must be signed in to change notification settings

infolektuell/gradle-bass

Repository files navigation

Gradle Bass Plugin

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.

Features

  • Downloads and verifies the Bass libs for the current build platform and architecture
  • Compatible with Configuration Cache

Usage

plugins {
    id("base")
    id("de.infolektuell.bass") version "0.1.0"
}

bass.libraries {
    register("bassflac")
    register("bassmix")
}

License

MIT License

About

Gradle plugin to add the Bass audio library to a project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages