Variable PeriodicWave

    PeriodicWave: {
        prototype: PeriodicWave;
        new (
            context: BaseAudioContext,
            options?: PeriodicWaveOptions,
        ): PeriodicWave;
    }

    Type declaration