Class: Convolver

Convolver

new Convolver(context, opt_options=)

Creates a Convolver.
Parameters:
Name Type Argument Description
context Object A Web Audio context.
opt_options= Object <optional>
A map of initial properties.
Source:

Methods

setEffect(type)

Sets the type of Convolver effect.
Parameters:
Name Type Description
type number Sets the reverb level.
Source:
Example
0 - none
1 - inverse
2 - small
3 - medium
4 - large
5 - huge