Playing mp3 files in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

8th Jul 2017, 2:09 PM
Noor Nizar
Noor Nizar - avatar
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
8th Jul 2017, 6:02 PM
seamiki
seamiki - avatar
+ 2
thanks guys I'll try and I'll update soon
8th Jul 2017, 10:17 PM
Noor Nizar
Noor Nizar - avatar
0
So um I found a better way .. by importing sun
9th Jul 2017, 1:21 AM
Noor Nizar
Noor Nizar - avatar