Micrio Client - v6.0.0
    Preparing search index...

    Type Alias AudioLocation

    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