@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ConvolverNode")
public class ConvolverNode
extends AudioNode
| Modifier and Type | Field and Description |
|---|---|
@JsNullable AudioBuffer |
buffer
An AudioBuffer.
|
boolean |
normalize
The normalize property of the ConvolverNode interface is a boolean that controls whether the impulse response from the buffer will be scaled by an equal-power normalization when the buffer attribute is set, or not.
|
channelCount, channelCountMode, channelInterpretation| Constructor and Description |
|---|
ConvolverNode(BaseAudioContext context)
The ConvolverNode() constructor of the Web Audio API creates a new ConvolverNode object instance.
|
ConvolverNode(BaseAudioContext context,
ConvolverOptions options)
The ConvolverNode() constructor of the Web Audio API creates a new ConvolverNode object instance.
|
connect, connect, connect, connect, connect, context, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, numberOfInputs, numberOfOutputsaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNullable AudioBuffer buffer
public boolean normalize
public ConvolverNode(@Nonnull
BaseAudioContext context,
@Nonnull
ConvolverOptions options)
public ConvolverNode(@Nonnull
BaseAudioContext context)