| Class | Description |
| Audio |
The class Audio provides all possible audio properties as constants. |
| AudioBuffer |
The class AudioBuffer creates an endless AudioStream
as long as the buffer is updated with new samples
|
| Sample |
The class Sample stores 2 Numbers
as a representation of the current Sample amplitudes. |
| SoundFactory |
The class SoundFactory provides creating a valid
flash.media.Sound object by passing either a
custom Array with de.popforge.audio.output.Sample
entries or by passing an uncompressed PCM ByteArray. |