AudioLocation: Audio & {
    alwaysPlay: boolean;
    loop: boolean;
    noMobile: boolean;
    radius: number;
    repeatAfter: number;
}

Type declaration

  • alwaysPlay: boolean

    Autoplay the sample

  • loop: boolean

    Loop the audio

  • noMobile: boolean

    Don't play on mobile

  • radius: number

    The radius of the audible circle

  • repeatAfter: number

    Pause X seconds between plays