+ 1
Anyone know how to play sound files in Java?
2 Réponses
+ 2
you can look at
http://java.sun.com/products/java-media/sound/doc-sampled.html
http://www.tritonus.org/
http://www.javazoom.net/mp3spi/mp3spi.html
A simplier solution, based on the above, is to use The processing ide https://processing.org with its minim library.
you can then export the app to get the complete java src
0
Perfect! thanks for the quick reply.