Package javax.sound


package javax.sound
Provides interfaces and classes for the Java Sound API. The API is divided into sub-packages.
  • Capture, processing and playback of sampled audio data is under javax.sound.sampled.
  • Sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data is under javax.sound.midi.
For more information on using Java Sound see:
Since:
25
  • Classes
    Class
    Description
    The SoundClip class is a simple abstraction for playing a sound clip.