howler.js
howler.js copied to clipboard
Does Howler 2.0.1 supports EQ and compression?
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?
Can someone please tell me if this has been added? The original request was asked in 2013... now it's 2021... Is there a simple way to add this feature or will I need to use the default WebAudio / @getkey's idea?
hey @SuperJumpBros , PR's are always welcome and are the best way to speed up the process.
@dheimoz Hey, don't pull requests require me to work on howler itself? I thought they were ways to add to projects but while just making a "fork" and such. If so, I have got no idea how to add to the script. I don't know the technical parts of JS and just want a simple way to say sound.lowPass(5)
or something like it.
see https://github.com/goldfire/howler.js/issues/771#issuecomment-1129399268