Skip to main content

exportAudio

Description​

Creates a new audio exporter, initialized with the given data.

exportAudio(options: AudioExportOptions, midi: MidiFile, syncPoints: BackingTrackSyncPoint[], mainTranspositionPitches: Map<number, number>): IAlphaSynthAudioExporter
ParameterSummary
optionsAll

The export options to use. The track volume and transposition pitches must lists must be filled with midi channels.

midiAll

The midi file to use.

syncPointsAll

The sync points to use

mainTranspositionPitchesAll

(no description)