| Package | Description |
|---|---|
| com.threerings.openal |
| Class and Description |
|---|
| Buffer
Represents an OpenAL buffer object.
|
| Clip
Contains data for a single sampled sound.
|
| ClipBuffer
Represents a sound that has been loaded into the OpenAL system.
|
| ClipBuffer.Observer
Used to notify parties interested in when a clip is loaded.
|
| ClipProvider
Provides a generic mechanism for loading sound data.
|
| Listener
Represents the OpenAL listener object.
|
| Sound
Represents an instance of a sound clip which can be positioned in 3D space, gain and pitch
adjusted and played or looped.
|
| Sound.StartObserver
Used to await notification of the starting of a sound which may be delayed in loading.
|
| SoundGroup
Manages a group of sounds, binding them to OpenAL sources as they are played and freeing up
those sources for use by other sounds when the sounds are finished.
|
| SoundManager
An interface to the OpenAL library that provides a number of additional services:
an object oriented interface to the OpenAL system
a mechanism for loading a group of sounds and freeing their resources all at once
a mechanism for loading sounds in a background thread and preloading sounds that are likely
to be needed soon
|
| Source
Represents an OpenAL source object.
|
| Stream
Represents a streaming source of sound data.
|
| StreamDecoder
Decodes audio streams from data read from an
InputStream. |
| URLStream
An audio stream read from one or more URLs.
|
Copyright © 2015. All rights reserved.