Skip to main content

alphaTab.PlayerOutputMode

Description

Lists the different modes how alphaTab will play the generated audio.

Enum Members

NameNumeric ValueDescription
WebAudioAudioWorklets0

If audio worklets are available in the browser, they will be used for playing the audio. It will fallback to the ScriptProcessor output if unavailable.

WebAudioScriptProcessor1

Uses the legacy ScriptProcessor output which might perform worse.