Spec-Zone .ru
спецификации, руководства, описания, API
[Top] [Prev] [Next] [Bottom]

Preface

Who this Guide Is For

This guide is intended for three groups of readers:

It is assumed that the reader has a basic knowledge of programming in the Java language. Familiarity with audio and MIDI is helpful, but not assumed.

What this Guide Describes

This is a largely conceptual description of the Java Sound API, with some code snippets as programming examples. The Java Sound API specifies a software layer that allows application programs to communicate with an audio and MIDI engine. The Java Sound API is part of the JavaTM 2 Platform, Standard Edition (J2SE), version 1.3, which is the version that this guide describes. The sound API is included in both the Java 2 Software Development Kit (SDK), Standard Edition and the Java 2 Runtime Environment, Standard Edition. Earlier implementations of the Java Sound API were supplied as a separate product, and their programming interface differs from the one described here.

Note: This guide is not a description of any particular implementation of the Java Sound API! In particular, it does not specifically describe the reference implementation of the Java Sound API created by Sun Microsystems, Inc. For example, you will not find here a list of exactly which sound file formats are supported in the reference implementation. (Because the Java Sound API makes "plug-in" services possible, the implementor or third parties can add support for new formats and so on.) More generally, this programmer's guide ignores any unique features, extensions, limitations, or bugs of a particular implementation. For details about a specific implementation, please see the documentation for the vendor and version of interest.

For More Information

See the links to the Java Sound API reference documentation at http://java.sun.com/products/jdk/1.3/docs/guide/sound/. This Web site also includes a brief description of the reference implementation, as well as links to other resources about the Java Sound API, such as demo programs, mailing lists, and Frequently Answered Questions (FAQs).



[Top] [Prev] [Next] [Bottom]

Copyright © 2000, Sun Microsystems Inc. All rights reserved.