Project: simplesound - A simple sound player Authors: David Barnes and Michael Kolling This project is part of the material for the book Objects First with Java - A Practical Introduction using BlueJ Third edition David J. Barnes and Michael Kolling Pearson Education, 2006 It is discussed in chapter 11. This project implements a simple sound player, mainly for experimenting with GUI building. To use this project, create a SoundPlayerGUI object. This player can play WAV, AIFF, and AU files with standard 22.050 kHz or 11.025 kHz sample rates. (This means that not all files stored in these formats can be played -- the actual encoding matters.)