|
Improve your programs with practical audio
In this article, author Dan Becker details three ways to produce sound in Java applications and applets: Using the Applet class with the play method; using the AudioClip class with the play, loop, and stop methods; and using the AudioStream class with the play, loop, stop, and restart methods.
|