exportAudio
Description​
Creates a new audio exporter, initialized with the given data.
- JavaScript
- C#
- Kotlin
exportAudio(options: AudioExportOptions, midi: MidiFile, syncPoints: BackingTrackSyncPoint[], mainTranspositionPitches: Map<number, number>): IAlphaSynthAudioExporter
IAlphaSynthAudioExporter ExportAudio(AudioExportOptions options, MidiFile midi, IList<BackingTrackSyncPoint> syncPoints, Map<double, double> mainTranspositionPitches)
fun exportAudio(options: AudioExportOptions, midi: MidiFile, syncPoints: alphaTab.collections.List<BackingTrackSyncPoint>, mainTranspositionPitches: alphaTab.collections.DoubleDoubleMap<Double, Double>): IAlphaSynthAudioExporter
Parameter | Summary |
---|---|
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) |