+ 2
Audio playback in Java?
Is there any way to playback an Audio file in Java? I've read on a few places that it is kinda possible, others say it isn't. Any help? I need it for a project.
2 Réponses
+ 5
look for Java Sound
here is a premade example
http://alvinalexander.com/java/java-audio-example-java-au-play-sound
If you want to delve in more complicate stuff in a simplier way, have a look at Processing and its Minim library (wrapper of Java Sound)
https://processing.org
+ 1
Thanks!