Skip to content

Commit cd03f9f

Browse files
Kentros AlexandrosKentros Alexandros
authored andcommitted
Merge remote-tracking branch 'origin/master'
2 parents cd8022a + d4b6ed7 commit cd03f9f

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,19 @@
1-
2-
[![HitCount](http://hits.dwyl.io/goxr3plus/java-stream-player.svg)](http://hits.dwyl.io/goxr3plus/java-stream-player)
3-
<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>
4-
<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>
5-
61
# Java-stream-player
72
Java Audio Controller Library with (seek,start,stop,pause,play,restart features)
83

9-
### Looking for a ffmpeg wrapper in Java
10-
> Check this -> [jave2](https://github.com/goxr3plus/jave2) , currently updating it :)
4+
This is a continuation and full improvement of [JavaZoom BasicPlayer](http://www.javazoom.net/jlgui/api.html)
115

6+
[![HitCount](http://hits.dwyl.io/goxr3plus/java-stream-player.svg)](http://hits.dwyl.io/goxr3plus/java-stream-player)
7+
<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>
8+
<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>
129

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

1511
### What audio formats it supports?
1612
It supports **WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats** , using some external libraries . Although more will be added in future releases.
1713

18-
## --Maven Build--
19-
20-
### Maven Clean Package [ With Javadocs produced ]
21-
22-
```mvn clean package```
23-
24-
### Add it to your project using JitPack :
25-
26-
https://jitpack.io/private#goxr3plus/java-stream-player
2714

2815
### Step 1. Add the JitPack repository to your build file
16+
https://jitpack.io/private#goxr3plus/java-stream-player
2917
``` XML
3018
<repositories>
3119
<repository>
@@ -40,13 +28,22 @@ https://jitpack.io/private#goxr3plus/java-stream-player
4028
<dependency>
4129
<groupId>com.github.goxr3plus</groupId>
4230
<artifactId>java-stream-player</artifactId>
43-
<version>V8.0.0</version>
31+
<version>9.0.0</version>
4432
</dependency>
4533
```
4634

35+
36+
37+
38+
---
39+
40+
### Looking for a ffmpeg wrapper in Java
41+
> Check this -> [jave2](https://github.com/goxr3plus/jave2) , currently updating it :)
42+
43+
---
44+
4745
### Originally being developed for [XR3Player Application](https://github.com/goxr3plus/XR3Player)
4846

49-
### Tutorials on how to use it with JavaFX + Spectrum Analysers..->
5047
Are you curious on how to make spectrum analysers in Java? Well the below tutorials plus the above code are the solution :)
5148

5249
I hope you enjoy these tutorials and actually you can watch the youtube videos about them below:

0 commit comments

Comments
 (0)