howler-plugin-effect-chain icon indicating copy to clipboard operation
howler-plugin-effect-chain copied to clipboard

Adds an audio effect chain to Howler

Results 1 howler-plugin-effect-chain issues
Sort by recently updated
recently updated
newest added

I am getting this error in a Typescript project. (howler v2.0.15) ``` Property 'addEffect' does not exist on type 'HowlerGlobal' ``` my code is as follows: ``` import { Howl,...