+ 1
Playing mp3 files in java
is there is a way to play mp3 files in the background of a java application ? without using external libraries
4 Answers
+ 3
look into Java Sound. For an easier approach use Processing and it's Minim library (a processing wrapper for Java Sound).
https://processing.org
+ 2
thanks guys I'll try and I'll update soon
0
So um I found a better way .. by importing sun