alphaTab.PlayerOutputMode
Description
Lists the different modes how alphaTab will play the generated audio.
Enum Members
Name | Numeric Value | Description |
---|---|---|
WebAudioAudioWorklets | 0 | 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. |
WebAudioScriptProcessor | 1 | Uses the legacy ScriptProcessor output which might perform worse. |