PeriodicWave
The PeriodicWave
interface defines a periodic waveform that can be used to shape the output of an OscillatorNode.
Constructor
BaseAudioContext.createPeriodicWave(real, imag)
BaseAudioContext.createPeriodicWave(real, imag, constraints: PeriodicWaveConstraints)
interface PeriodicWaveConstraints {
disableNormalization: boolean; // default set to false (normalization is enabled)
}
Properties
None. PeriodicWave
has no own or inherited properties.
Methods
None. PeriodicWave
has no own or inherited methods.