| Package | Description |
|---|---|
| com.threerings.openal |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenALSoundPlayer
Implements the abstract pieces of
SoundPlayer via OpenAL. |
class |
WaveDataClipProvider
Loads clips via the class loader using LWJGL's
WaveData utility
class. |
| Modifier and Type | Method and Description |
|---|---|
ClipProvider |
ClipBuffer.getClipProvider()
Returns the provider used to load this clip.
|
| Modifier and Type | Method and Description |
|---|---|
SoundGroup |
SoundManager.createGroup(ClipProvider provider,
int sources)
Creates an object that can be used to manage and play a group of sounds.
|
void |
SoundManager.loadClip(ClipProvider provider,
String path)
Loads a clip buffer for the sound clip loaded via the specified provider with the
specified path.
|
void |
SoundManager.loadClip(ClipProvider provider,
String path,
ClipBuffer.Observer observer)
Loads a clip buffer for the sound clip loaded via the specified provider with the
specified path.
|
static String |
ClipBuffer.makeKey(ClipProvider provider,
String path)
Create a key that uniquely identifies this combination of clip
provider and path.
|
| Constructor and Description |
|---|
ClipBuffer(SoundManager manager,
ClipProvider provider,
String path)
Creates a new clip buffer with the specified path that will obtain
its clip data from the specified source.
|
Copyright © 2015. All rights reserved.