Variable OscillatorNode
OscillatorNode: {
prototype: OscillatorNode;
new (
context: BaseAudioContext,
options?: OscillatorOptions,
): OscillatorNode;
}
prototype: OscillatorNode;
new (
context: BaseAudioContext,
options?: OscillatorOptions,
): OscillatorNode;
}
Type declaration
- new (context: BaseAudioContext, options?: OscillatorOptions): OscillatorNode
Parameters
- context: BaseAudioContext
Optional
options: OscillatorOptions
Returns OscillatorNode
prototype: OscillatorNode