KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > Line > Top Examples

  • javax.sound.sampled.AudioSystem
    $fb TODO: - consistent usage of (typed) collections The <code>AudioSystem</code> class acts as the entry point to the sampled-audio system resources. This class lets you query and access the mixers that are installed on the system. <code>AudioSystem</code> includes a numbe ...
  • javax.sound.sampled.Mixer
    A mixer is an audio device with one or more lines. It need not be designed for mixing audio signals. A mixer that actually mixes audio has multiple input (source) lines and at least one output (target) line. The former are often instances of classes that implement <code>{@link SourceDataLi ...
  • javax.sound.sampled.LineEvent
    The <code>LineEvent</code> class encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops. Each of these four state changes is represented by a corresponding type of event. A listener receives the event as a parameter to its {@link Lin ...
  • org.apache.tools.ant.taskdefs.optional.sound.AntSoundPlayer
    This class is designed to be used by any AntTask that requires audio output. It implements the BuildListener interface to listen for BuildEvents and could be easily extended to provide audio output upon any specific build events occuring. I have only tested this with .WAV and .AIFF sound file fo ...
Popular Tags