Type Alias AudioOscillatorOptions

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