Iver Jordal

Results 121 issues of Iver Jordal

This idea stems from here: https://bioacoustics.stackexchange.com/a/195 In the context of speech, this can be called "speech-shaped noise"

Here's a figure from the Fenton/Lee 2017 paper. We can see the peak at ~500 hz ![bilde](https://github.com/csteinmetz1/pyloudnorm/assets/1470603/945054df-27c3-44a4-99f3-5f97e3704047) However, in the implementation in pyloudnorm, the 500 hz peaking filter seems to...

Hi :) I saw this in the code: ``` elif self._filter_class == "Fenton/Lee 2": # not yet implemented ``` The comment says "not yet implemented", but in the lines following...

I got an understanding of the params by looking at https://gist.github.com/bastibe/747283c55aad66404046, but it would be nice for future users if it was mentioned in the readme/docs of this repository as...

I'd love to add a wrapper for this limiter in [audiomentations](https://github.com/iver56/audiomentations). In that context it would be nice to have support for stereo, so e.g. the music source separation community...