Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Audio enhancements include a new sound engine and a newstatic
method.Java Sound replaces the existing sound engine with a new sound engine that provides playback for MIDI files and the full range of .wav, aiff and .au files. It also provides much higher sound quality. This introduces no new API.
The
java.applet.Applet
class will include a newstatic
method that allow applications to createAudioClip
s without requiring anAppletContext
.
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.