<standard-audio-engine> ( -- engine )
Audio playback engine

Prev:<audio-engine> ( device-name voice-count -- engine )
Next:start-audio ( audio-engine -- )


Vocabulary
audio.engine

Inputs
None

Outputs
enginean audio-engine


Word description
Constructs an audio-engine instance by calling <audio-engine> with the default values of f for the device-name and 16 for the voice-count. The engine is returned in the stopped state; to start audio processing, use start-audio or start-audio*.

Definition