Package rocks.friedrich.engine_omega.sound
package rocks.friedrich.engine_omega.sound
Klassen zur Audiowiedergabe.
-
ClassDescriptionA
Track
that plays an intro sound and then loops the specified music sound.DieJukebox
Klasse bietet Methoden an, um Klänge und Musik im Spiel wiederzugeben.ASoundPlayback
implementation for the playback music.TheSoundPlayback
class is a wrapperSourceDataLine
on which aSound
playback can be carried out.ATrack
that plays a sound once and then stops.This class implements all required functionality to load sounds from the file system and provide a stream that can later on be used for the sound playback.This implementation is used for all events that need to pass aSound
object to their listeners.ASoundPlayback
implementation for the playback of sound effects.DieseEventListener
-Implementierung bietet Callbacks an, die darüber informiert, wenn einePlayback
Instanz abgebrochen oder beendet wird.