Interface NoiseDefinition

interface NoiseDefinition {
    audioPath: string;
}

Hierarchy (view full)

Properties

Properties

audioPath: string