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
- Optionaloptions: OscillatorOptions
 - Returns OscillatorNode
 
- prototype: OscillatorNode