| Class | Description |
|---|---|
| AudioChannelFormat |
The AudioChannelFormat includes aspects of the sound format other than the number of channels.
|
| AudioEffect |
AudioEffect : a base class for creating audio effect that work on chunks of data.
|
| AudioEffect16Bit |
This abstract class is a modification of the AudioEffect.java file created
by Dr Ian Taylor of Cardiff University.
|
| AudioProcessing | |
| AudioUtils | |
| MultipleAudio |
MutipleAudio stores many channels of sampled data.Each channel can have its own particular audio format of the data
e.g.
|
| Exception | Description |
|---|---|
| IncompatibleSizeException |
IncompatibleSizeException is an extension of Exception which is invoked if there is a problem with the lengths of
arrays used for initializing audio arrays.
|