| Package | Description |
|---|---|
| io.github.amyassist.amy.core.audio.sound |
| Modifier and Type | Method and Description |
|---|---|
Sound |
SoundFactory.loadSound(AudioInputStream data)
Creates a new sound and reads the data for it from the given
AudioInputStream |
Sound |
SoundFactory.loadSound(Path location)
Creates a new sound from the file at the given Path.
|
Sound |
SoundFactory.loadSound(URL location)
Creates a new sound from the file at the given URL.
|
Copyright © 2018. All rights reserved.