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

(NO LONGER MAINTAINED) Extended ServiceProvider for JavaSound to load audio from resources.

License

Notifications You must be signed in to change notification settings

Tianscar/javasound-resloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

(NO LONGER MAINTAINED) Extended ServiceProvider for JavaSound to load audio from resources.

Topics

Resources

License

Stars

Watchers

Forks

Languages