Audio Spectrum Plot

work-in-progress.audioPlot.tox (30.9 KB)

6 Likes

Hello Greg,

I’ve made an 1/x octave analyzer which uses your audioPlot to show the difference of the implemented smoothing options. This goes back to our Teams conversation with Jarret last year about Audio and handling data.

The AudioAnalyzer tool assumes a bit of resource overhead because it calculates multiple smoothing path’s in parallel to demonstrate the difference. It’s the best to deactivate some OP’s once a smoothing option is found and just plug this into your preferred Audio Visualizer.

Best regards
Sven

2 Likes

This is terrific. I see how you collapse multi-samples into one using a x Trims/Analyzes. I’ll play with it more.

1 Like

Hi Greg, I’m glad you like it.

This are a lot of nodes for getting the logarithmic correct binning, but doing this in a few line scripts would probably not work because of the high refresh rate. Curious abut your ideas to get this classic concept implemented a bit lighter.

1 Like