Stem Separator Info
data class StemSeparatorInfo(val id: String, val name: String, val modelFileLabel: String, val modelFileExtensions: List<String>)
A stem separation backend contributed by an addin.
modelFileExtensions is empty when the separator needs no model file; when it is not, the host picks a matching file and passes it to StemSeparatorRegistry.importAudioFile.