Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 523 Bytes

gdx-audio

LibGDX Audio interfaces extracted into a standalone library

## Mechanism

The gradle build will checkout a specific version of libgdx, copy the audio source files into src/main/java, package renamed from com.badlogic to org.mini2Dx and compile the standalone jar.

## Usage

compile "org.mini2Dx:gdx-audio:1.9.10"

This project's only dependency is gdx-collections.

## Included Classes

The entire com.badlogic.gdx.audio package is included