2018-10-29

Java Sound API Example

The Sound API is a low-level API for creating, modifying, and controlling the input and output of sound media, including both audio and MIDI (Musical Instrument Digital Interface) data. The JavaSound API provides explicit control over the capabilities normally required for sound input and output, in a framework that promotes extensibility and flexibility.

The public JavaSound API consists of two main packages:

  • javax.sound.sampled (interfaces and classes for sampled audio)
  • javax.sound.midi (interfaces and classes for MIDI).
  • javax.sound.sampled.spi
  • javax.sound.midi.spi

No comments:

Post a Comment