start-audio* ( audio-engine -- )
Audio playback engine

Prev:start-audio ( audio-engine -- )
Next:stop-audio ( audio-engine -- )


Vocabulary
audio.engine

Inputs
audio-enginean audio-engine


Outputs
None

Word description
Starts processing of the audio-engine. Unlike start-audio, this does not start a thread to call update-audio for you. This is useful if you will be integrating your own timer mechanism (such as a game.loop) to keep the audio engine updated.

Definition