Interface Source

Source ($ref: "AudioLibrary.Source") Represents an audio source.

interface Source {
    label: string;
    path: string;
    scanexcludes: string[];
}

Properties

label: string
path: string
scanexcludes: string[]