Skip to content

Tianscar/javasound-resloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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