pzelasko / cylimiter

A C++/Cython audio limiter for Python.
Apache License 2.0
23 stars 5 forks source link

Explain attack, release, delay, threshold (unit, behavior...) in doc #3

Open iver56 opened 2 years ago

iver56 commented 2 years ago

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 well :)

Fretless14 commented 1 year ago

I second this! Usually in audio plugins for audio engineers, the threshold is in dBFS, would be great to have that option instead of solely absolute gain.

pzelasko commented 1 year ago

I might find a bit of time soon to add a separate constructor for that.