Java Stream Player Versions Save

🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )

10.0.2

3 years ago

Check #65 thank you @AObuchow and @JellevanAbbema for your collaboration :)

10.0.1

3 years ago

10.0.1

10.0.0

4 years ago

This is a pre-release it is possible that it has bugs , released for testing . #60 @AObuchow

9.0.4

4 years ago

No changes just production ready ( probably )

9.0.3

5 years ago

Removed tritonious-share , experimental .

9.0.2

5 years ago

Removed unused dependencies

9.0.1

5 years ago

Fixed directory standart layout from :

goxr3plus.javastreamplayer

to :

com.goxr3plus.streamplayer

9.0.0

5 years ago

Made reset() method of Stream Player Public as requested in #7

Repackaging following standart Maven Layout

More examples in the source code.

V8.0.0

5 years ago

This release contains important bug fixes .

V1.1.0

6 years ago

Add it to your project using JitPack :

https://jitpack.io/private#goxr3plus/java-stream-player

Step 1. Add the JitPack repository to your build file

<repositories>
	<repository>
	   <id>jitpack.io</id>
	   <url>https://jitpack.io</url>
        </repository>
</repositories>

Step 2. Add the dependency

<dependency>
   <groupId>com.github.goxr3plus</groupId>
   <artifactId>java-stream-player</artifactId>
   <version>V1.1.0</version>
</dependency>