WARNING: THIS PROJECT IS NO LONGER MAINTAINED. MOVED TO: https://github.com/jseproject/jse-api/
This library provides an extended ServiceProvider interface for JavaSound to load audio from resources.
- Add the Maven Central repository (if not exist) to your build file:
repositories {
...
mavenCentral()
}
- Add the dependency:
dependencies {
...
implementation 'com.tianscar.javasound:javasound-resloader:0.1.3'
}
JavaDoc
Tests
Default Implementations
Note you need to download test audios here and put them to /src/test/resources to run the test code properly!
MIT (c) Karstian Lee