Popii - v0.5.1
    Preparing search index...

    Interface VoicePluginOptions

    interface VoicePluginOptions {
        debug?: boolean;
        forceIpv4?: boolean;
        forceIpv6?: boolean;
        proxy?: string | string[];
        sponsorblock?: boolean | string[];
        crossfade?: boolean;
    }
    Index

    Properties

    debug?: boolean
    forceIpv4?: boolean
    forceIpv6?: boolean
    proxy?: string | string[]
    sponsorblock?: boolean | string[]
    crossfade?: boolean