Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Fix samplerate dependant behavior #40

Open
RafaGago opened this issue Oct 10, 2022 · 0 comments
Open

Fix samplerate dependant behavior #40

RafaGago opened this issue Oct 10, 2022 · 0 comments

Comments

@RafaGago
Copy link

RafaGago commented Oct 10, 2022

To keep the same envelope following on all samplerates this constant has to be sample rate normalized. rc0_k0 has to become:

rc0_k0 = 0.0003 * 48000 / srate;

After doing that the FX sounds alike on all sample rates.

I'm not on a dev machine, so I can't provide the fix myself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant