How can I play an audio clip in my applet?
Created May 4, 2012
John Mitchell
For applets in particular, if you just need playback, check out the java.applet.Applet.play() methods use an AudioClip.
For more general audio capabilities, check out How can I play/record audio in Java?.