createPeriodicWave abstract method
- TauArray<
TauNumber> real, - TauArray<
TauNumber> imag, [ - PeriodicWaveConstraints constraints
The createPeriodicWave()
method of the BaseAudioContext Interface
is used to create a PeriodicWave, which is used to define a periodic
waveform
that can be used to shape the output of an OscillatorNode.
Implementation
PeriodicWave createPeriodicWave(
TauArray<TauNumber> real,
TauArray<TauNumber> imag, [
PeriodicWaveConstraints constraints,
]);