This repository was archived by the owner on Apr 1, 2024. It is now read-only.
Replies: 2 comments
-
I would propose that you create your own subclass and add the method there. This way you don't run the risk when you do a release upgrade to loose your implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would propose that you create your own subclass and add the method there. This way you don't run the risk when you do a release upgrade to loose your implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So this is what I came up with to sample the total bins down to "bands" for an equalizer. A member function of the AudioFFTBase class.
Thought I'd throw it your way in case you want to adapt, tidy, improve and include?
band_low_pass_freqs I defined as so for 32 bands. Using exponent 1.22 per band:
Beta Was this translation helpful? Give feedback.
All reactions