This chapter covers the essentials of programming sampled data using the Java Sound API. The chapter assumes a good working knowledge of Java. Java Sound has been around since the early days of Java. It deals with both sampled and MIDI data, and it is a comprehensive system.
Resources
Many resources are available for Java Sound.
The Java Platform Standard Edition 7 API Specification ( http://docs.oracle.com/javase/7/docs/api/ ) is the reference point for all the standard Java APIs, including javax.sound.sampled.
The “Trail: Sound” tutorial at Java Tutorials ( http://docs.oracle.com/javase/tutorial/sound/index.html ...