SoftwareMixer

Software mixer implementation.

Members

Functions

fillBuffer
void fillBuffer(SoundSample[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
playSound
void playSound(SoundSource sound)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Stream
struct Stream
Undocumented in source.

Variables

streams
Stream[] streams;

ditto

Inherited Members

From Mixer

playSound
void playSound(SoundSource sound)

Add a sound to the mixer.

fillBuffer
void fillBuffer(SoundSample[] buffer)

Mix sounds and fill the given buffer.

Meta