[ view source ]
class AudioFilter
package ceramic
extends Entity
extended by HighPassFilter, LowPassFilter
Available on all targets
Base class for audio filters that can process audio buffers in real-time. Subclass this to create custom audio filters.
Events
ready(bus:Int):Void
Fired when the audio filter is successfuly attached to a given bus. When this is called, the audio filter is expected to be ready in the sense that all the underlying layers have been properly plugged and the audio output bus should be affected by this audio filter's worklet.
Parameters:
null | bus |
---|
Constructor
Variables
Methods
workletClass():Class<AudioFilterWorklet>
Return the class that should be used to instanciate audio filter worklets