Class: Filterable

Filterable

Abstract class which SoundNodes and SoundContext both extend. This provides the functionality for adding dynamic filters.

new Filterable (input, output)

Name Type Description
input AudioNode

The source audio node

output AudioNode

The output audio node

Members

destination AudioNode

The destination output audio node

filters filters.Filter[]

The collection of filters.

Methods

destroy () void

Cleans up.