stuerp / foo_vis_spectrum_analyzer

A foobar2000 component that displays a spectrum analyzer.
MIT License
12 stars 0 forks source link

Discrete frequencies mode #33

Open TF3RDL opened 4 months ago

TF3RDL commented 4 months ago

Basically the mapping mode for the transform algorithm "FFT", where all magnitude of raw FFT bins (which is linearly-spaced) within the specified range are displayed, but the graph is still scaled with arbitrary frequency scale provided by "Linear" frequency distribution and usual parameters (except number of bands, which applies to anything other than the proposed "Discrete frequencies" mapping mode), and it would look like this for the bars mode: discrete frequencies bars

When paired with curves drawing mode, it would look similar to Enhanced Spectrum analyzer (foo_enhanced_spectrum_analyzer) like this: discrete frequencies lines

stuerp commented 3 months ago

I don't understand what needs to be changed or fixed...