Skip to main content

alphaTab.synth.IAudioExporterWorker

Description

This is the internal worker interface implemented by IAudioExporters and consists of the internal APIs needed to spawn new exporters. Its mainly used to simplify the public API visible when using exporters.

 interface IAudioExporterWorker extends IAudioExporter

Methods

destroy()

(Inherited from IAudioExporter)

initialize(AudioExportOptions, MidiFile, BackingTrackSyncPoint[], Map<number, number>)

Initializes the worker.

render(number)

Renders the next chunk of audio and provides it as result. (Inherited from IAudioExporter)