Variable PeriodicWave
PeriodicWave: {
prototype: PeriodicWave;
new (
context: BaseAudioContext,
options?: PeriodicWaveOptions,
): PeriodicWave;
}
prototype: PeriodicWave;
new (
context: BaseAudioContext,
options?: PeriodicWaveOptions,
): PeriodicWave;
}
Type declaration
- new (context: BaseAudioContext, options?: PeriodicWaveOptions): PeriodicWave
- Parameters- context: BaseAudioContext
- Optionaloptions: PeriodicWaveOptions
 - Returns PeriodicWave
 
- prototype: PeriodicWave