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
.
Related Documentation
For more information on using Java Sound see:- Since:
- 25
-
Classes