Skip to main content

exportAudio

since 1.6.0

Description​

Starts the audio export for the currently loaded song. This will not export or use any backing track media but will always use the synthesizer to generate the output. This method works with any PlayerMode active but changing the mode during export can lead to unexpected side effects.

See Audio Export for further guidance how to use this feature.

exportAudio(options: AudioExportOptions): Promise<IAudioExporter>
ParameterSummary
optionsAll

The export options.

Returns​

An exporter instance to export the audio in a streaming fashion.