createConvolver method
The createConvolver()
method of the BaseAudioContext
interface creates a ConvolverNode, which is commonly used to apply
reverb effects to your audio. See the
spec definition of Convolution
for more information.
Note: The
ConvolverNode.ConvolverNode
constructor is the recommended way to create a ConvolverNode; see Creating an AudioNode.
Implementation
external ConvolverNode createConvolver();