Package rocks.friedrich.engine_omega.sound


package rocks.friedrich.engine_omega.sound
Klassen zur Audiowiedergabe.
  • Class
    Description
    A Track that plays an intro sound and then loops the specified music sound.
    Die Jukebox Klasse bietet Methoden an, um Klänge und Musik im Spiel wiederzugeben.
     
    A SoundPlayback implementation for the playback music.
    The SoundPlayback class is a wrapper SourceDataLine on which a Sound playback can be carried out.
    A Track 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 a Sound object to their listeners.
    A SoundPlayback implementation for the playback of sound effects.
    Diese EventListener-Implementierung bietet Callbacks an, die darüber informiert, wenn eine Playback Instanz abgebrochen oder beendet wird.
    Die Klasse Track definiert eine Reihenfolge, in der Klänge (Sounds) von der Jukebox wiedergegeben werden sollen.