Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 933 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 933 Bytes

WARNING: THIS PROJECT IS NO LONGER MAINTAINED. MOVED TO: https://github.com/jseproject/jse-api/

JavaSound ResourceLoader SPI

This library provides an extended ServiceProvider interface for JavaSound to load audio from resources.

Add the library to your project (gradle)

  1. Add the Maven Central repository (if not exist) to your build file:
repositories {
    ...
    mavenCentral()
}
  1. Add the dependency:
dependencies {
    ...
    implementation 'com.tianscar.javasound:javasound-resloader:0.1.3'
}

Usage

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!

License

MIT (c) Karstian Lee