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 suggestion] [2D Spectrogram] analyze low frequencies with one FFT Size and high frequencies with another FFT Size #122

Closed
axredneck opened this issue Dec 13, 2019 · 4 comments

Comments

@axredneck
Copy link

axredneck commented Dec 13, 2019

e.g.:

  • Capture some sound
  • Analyze it with big FFT Size
  • Render lower frequencies of FFT result
  • Analyze if with small FFT Size
  • Render higher frequencies of FFT result
  • Maybe analyze it with medium FFT Size and render medium frequencies
  • Scroll the spectrogram
  • Repeat
    Possible advantages:
  • Low frequencies would look sharper along frequency axis
  • High frequencies would look sharper along time axis
@axredneck
Copy link
Author

axredneck commented Dec 26, 2019

Better suggestion: make something like this but without a gap between graphs and maybe 3 graphs instead of 2:
2019-12-26-193354_1920x1080_scrot

@clo-yunhee
Copy link
Contributor

Something like implementing a CQT spectrogram would probably be a better solution long term

@clo-yunhee
Copy link
Contributor

I can try adding a CQT 2D spectrum using gaborator on a fork of the repo during the next few days

@axredneck
Copy link
Author

Closing it in favour of issue #256

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

No branches or pull requests

2 participants