I saw a post from 3 years ago saying that the 2.x branch will have EQ and comp. But nothing else about it.
was it implemented?
Any answer on this?
Looked at the documentation but it doesn't seem like it exists.
Or do you have any plans to implement it?
Equalizer example (Using raw AudioContext):
https://codepen.io/andremichelle/pen/RNwamZ
I ditched completely Howler and did what I needed with just the Web Audio Api
@distante Thanks for the reply. I will research if i can add effects to Howler somehow.
Hopefully i can maintain an approach like redux-sounds, which i'm currently using (it uses Howler).
@markhughes @KennyLindahl did you figure a clean way to do this? Or did you switch to plain WebAudio?
Because it seems that currently the only way to achieve this is to disconnect the node that was connected here:
https://github.com/goldfire/howler.js/blob/808fe3421962b04007cc7e58b951c89572fba4ab/src/howler.core.js#L2204
, connect it to effects and connect the effects to the masterGain node, which is kinda hacky.
any news here?
Most helpful comment
any news here?