| Class | Description | 
|---|---|
| AudioData | 
 Represents a 16bit, SIGNED_PCM, little endian audio clip with a sample rate specified by AudioFormat. 
 | 
| AudioDataInputStream | 
 Converts an AudioData into an InputStream. 
 | 
| AudioPanel | 
 Provides an interface to view and play back various forms of an audio signal. 
 | 
| AudioPlayer | 
 Plays an AudioData in a separate thread. 
 | 
| AudioTool | 
 Records and displays the waveform and spectrogram of an audio signal. 
 | 
| CepstrumPanel | 
 Converts a set of log magnitude Spectrum data into a graphical representation. 
 | 
| Downsampler | 
 Downsamples an audio clip. 
 | 
| FilenameDialog | 
 Creates a dialog that prompts for a filename. 
 | 
| RawReader | 
 Reads a raw audio file (i.e., a file that is just plain raw samples and nothing else) and converts it to signed
 data. 
 | 
| RawRecorder | 
 Grabs audio from the microphone and returns an array of samples. 
 | 
| RawWriter | 
 Writes raw audio to a file, handling sample size, endian format, and signed/unsigned data. 
 | 
| Sinusoid | 
 A 16bit, linear SIGNED_PCM, little endian, sinusoid with a sample rate of 8kHz. 
 | 
| SpectrogramPanel | 
 Converts a set of log magnitude Spectrum data into a graphical representation. 
 | 
| Utils |