| Package | Description |
|---|---|
| paulscode.sound | |
| paulscode.sound.libraries |
| Modifier and Type | Field and Description |
|---|---|
Channel |
Source.channel
Channel to play this source on.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Channel> |
Library.normalChannels
Array containing maximum number of non-streaming audio channels.
|
protected List<Channel> |
Library.streamingChannels
Array containing maximum number of non-streaming audio channels.
|
| Modifier and Type | Method and Description |
|---|---|
protected Channel |
Library.createChannel(int type)
Creates a new channel of the specified type (normal or streaming).
|
| Modifier and Type | Method and Description |
|---|---|
int |
Source.feedRawAudioData(Channel c,
byte[] buffer)
Feeds raw data to the specified channel.
|
void |
Source.play(Channel c)
Plays the source on the specified channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelJavaSound
The ChannelJavaSound class is used to reserve a sound-card voice using
JavaSound.
|
| Modifier and Type | Method and Description |
|---|---|
protected Channel |
LibraryJavaSound.createChannel(int type)
Creates a new channel of the specified type (normal or streaming).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceJavaSound.play(Channel c)
Plays the source on the specified channel.
|
Copyright © 2017. All rights reserved.