Skip to content
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

Feature request: Cubic interpolation factor. #8

Open
LI7XI opened this issue Mar 11, 2021 · 0 comments
Open

Feature request: Cubic interpolation factor. #8

LI7XI opened this issue Mar 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@LI7XI
Copy link

LI7XI commented Mar 11, 2021

Hello!

This is how spectrum would normally look like:

image

What i want is something like:

image

The issue with using UniformBlur is:

  • First, it smoothes the values, not increase the transition radius (from the band that has audio to the silent neighbor bands), which makes you lose quite a lot of resolution.
  • Second, it doesn't preserve the band's actual value (due to smoothing):

image

I hope that it's possible to achieve this as a part of UniformBlur handler or BandResampler itself. Thanks in advanced!

@d-uzlov d-uzlov added the enhancement New feature or request label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants