ixfx
    Preparing search index...

    Type Alias AudioOscillatorOptions

    type AudioOscillatorOptions = {
        frequency: number;
        id: string;
        type: OscillatorType;
    }
    Index

    Properties

    Properties

    frequency: number
    id: string
    type: OscillatorType