Class: MonoFilter

filters.MonoFilter

Combine all channels into mono channel.

Extends

Methods

destroy () void overrides

Inherited Properties

From class filters.Filter

destination AudioNode inherited

The node to connect for the filter to the previous filter.

source AudioNode inherited

The node to connect for the filter to the previous filter.

Inherited Methods

From class filters.Filter

connect (destination) void inherited

Connect to the destination.

Name Type Description
destination AudioNode

The destination node to connect the output to

disconnect () void inherited

Completely disconnect filter from destination and source nodes.

init (destination, source) void inherited

Reinitialize

Name Type Attributes Description
destination AudioNode
source AudioNode <optional>