soundFonts
Description​
The soundfonts to load and use for generating the audio. If not provided, the already loaded soundfonts of the synthesizer will be used. If no existing synthesizer is initialized, the generated audio might not contain any hearable audio.
- JavaScript
- C#
- Kotlin
soundFonts?: Uint8Array[];
IList<Uint8Array> SoundFonts { get; set; }
var soundFonts: alphaTab.collections.List<Uint8Array>