generated from ZL-Audio/ZLTemplate
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR]: Increase the frequency range of bands, esp low pass and high shelf? #140
Labels
Comments
If you want a low pass at 30kHz under 44.1/48kHz sample rate, the plugin needs:
If you want to slightly tip down the air frequency, you could use a 24dB/oct high-shelf at 20kHz. |
I should’ve checked, is it possible to set it at 30khz when using higher
sample rate sessions? because that’s what im wondering about- 88.2 and above
…On Fri, Dec 20, 2024 at 4:46 PM zsliu98 ***@***.***> wrote:
If you want a low pass at 30kHz under 44.1/48kHz sample rate, the plugin
needs:
- either oversampling: for example, TDR Nova, which introduces latency
and increases CPU load. I want to avoid it if possible.
- or a robust de-cramping filter algorithm: for example, Pro-Q (but
even Pro-Q fails to do it accurately when the slope of the filter is high).
Although this plugin also has built-in de-cramping, I am not able to make
it work when the cut-off freq is above or very close Nyquist.
If you want to slightly tip down the air frequency, you could use a
24dB/oct high-shelf at 20kHz.
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BN3YGNHKDBCXSDY7UXTJSZ32GS25ZAVCNFSM6AAAAABT75QGWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXHEZDCOBVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes, it is possible. Under 88.2kHz we can set it at 30kHz without over-sampling as 30kHz is under Nyquist. However, the workload is too huge, as I have to rewrite a lot of UI code. I won't include it in my current plan. |
thank you for considering it! It would be very helpful, very grateful for
your work.
…On Sat, Dec 21, 2024 at 6:34 AM zsliu98 ***@***.***> wrote:
Yes, it is possible. Under 88.2kHz we can set it at 30kHz without
over-sampling as 30kHz is under Nyquist.
However, the workload is too huge, as I have to rewrite a lot of UI code.
I won't include it in my current plan.
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BN3YGNBH4D52QXNZTBHUFAT2GV36XAVCNFSM6AAAAABT75QGWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJYGEZTQNRWGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Thanks for taking the time to make a feature request!
Why?
What do you want?
Code of Conduct
The text was updated successfully, but these errors were encountered: