Skip to content

Commit 2f7d16d

Browse files
authored
Update README.md
1 parent 80f1850 commit 2f7d16d

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
# Looking for a ffmpeg wrapper in Java , check this -> [jave2](https://github.com/goxr3plus/jave2) , currently updating it :)
21

32
[![HitCount](http://hits.dwyl.io/goxr3plus/java-stream-player.svg)](http://hits.dwyl.io/goxr3plus/java-stream-player)
4-
5-
### Keep the bro alive :)
6-
73
<a href="https://patreon.com/preview/8adae1b75d654b2899e04a9e1111f0eb" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a>
84
<a href="https://www.paypal.me/GOXR3PLUSCOMPANY" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a>
95

6+
# Java-stream-player
7+
Java Audio Controller Library with (seek,start,stop,pause,play,restart features)
108

11-
## THIS LIBRARY NEEDS JAVA 8++
9+
### Looking for a ffmpeg wrapper in Java
10+
> Check this -> [jave2](https://github.com/goxr3plus/jave2) , currently updating it :)
1211
13-
# java-stream-player
14-
Java Audio Controller Library with (seek,start,stop,pause,play,restart features)
1512

1613
This is a continuation and full improvement of [JavaZoom BasicPlayer](http://www.javazoom.net/jlgui/api.html)
1714

@@ -24,10 +21,6 @@ It supports **WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX aud
2421

2522
```mvn clean package```
2623

27-
### Maven Clean Package [ No Javadocs produced ]
28-
29-
```mvn -Dmaven.javadoc.skip=true clean package```
30-
3124
### Add it to your project using JitPack :
3225

3326
https://jitpack.io/private#goxr3plus/java-stream-player
@@ -47,7 +40,7 @@ https://jitpack.io/private#goxr3plus/java-stream-player
4740
<dependency>
4841
<groupId>com.github.goxr3plus</groupId>
4942
<artifactId>java-stream-player</artifactId>
50-
<version>V1.1.0</version>
43+
<version>V8.0.0</version>
5144
</dependency>
5245
```
5346

0 commit comments

Comments
 (0)