DSPComponent
Fabric provides a number of custom DSP effects on top of the DSP effects that Unity supports. A DSP component can be inserted anywhere in the Fabric hierarchy. At runtime it will collect all audio sources underneath that node and will add the effect on each source. This way it's possible to set an effect property at the same time for all instances either through the component inspector UI, Fabric's event system or in code using the API.