Package zombie.core.sound

Interface Summary
Attenuator Something that will return an attenuated gain factor for a sound depending on its distance from the specified "origin" in the SoundEngine
Sound Describes a type of sound: its default gain, pitch, looping, priority, and the URL to obtain the Ogg Vorbis data that defines it.
SoundEffect A sound effect that is currently playing.
 

Class Summary
Buffer A sound buffer, used for playing short sound effects from RAM.
DefAttenuation  
NoAttenuation An Attenuator that performs no attenuation at all
SoundEngine The sound player.
Stream A sound wave that is streamed from an input stream.
StreamInstance $Id: StreamInstance.java,v 1.28 2011/06/22 12:02:45 cix_foo Exp $