interface AudioConstructorProps {
    audioLayer?: string;
    autoplay?: boolean;
    source: string;
}

Properties

audioLayer?: string

default

autoplay?: boolean

false

source: string

files *.+(mp3|wav)