Howler.js: Does Howler 2.0.1 supports EQ and compression?

Created on 8 Feb 2017  路  5Comments  路  Source: goldfire/howler.js

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?

Most helpful comment

any news here?

All 5 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

proyb6 picture proyb6  路  4Comments

Friksel picture Friksel  路  4Comments

jmeyers91 picture jmeyers91  路  4Comments

brancusi picture brancusi  路  4Comments

kamkha picture kamkha  路  3Comments