Description: This series of lessons is designed to teach you how to use the Java Sound API. The first lesson in the series was entitled Java Sound, An Introduction. The previous lesson was entitled Java Sound, Creating, Playing, and Saving Synthetic Sounds. Two types of audio data. Two different types of audio data are supported by the Java Sound API: Sampled audio data . Musical Instrument Digital Interface (MIDI) dataThe two types of audio data are very different. I am concentrating on sampled audio data at this point in time. I will defer my discussion of MIDI until later.