Porting the Java Audio Classes


The PJAE API supports audio devices through java.applet. The portability layer for the audio classes in java.applet is contained in a set of native methods for sun.audio in src/platform/mmedia.

The Solaris implementation is based on the low-level device driver interface described in audio(7I). The Windows 95/NT implementation is based on the Waveform Audio API provided by the winmm.lib import library.