+1
is there is a way to play mp3 files in the background of a java application ? without using external libraries
7/8/2017 2:09:20 PM
4 Answers
https://stackoverflow.com/questions/19603450/how-can-i-play-an-mp3-file
+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
Send us a message