maxmarsc / dave

Debugger Audio Visualization Extension
GNU General Public License v3.0
72 stars 0 forks source link

Display min/max/numSamples #12

Open sudara opened 3 days ago

sudara commented 3 days ago

Might be nice to see the bounds and the number of samples in the container!

maxmarsc commented 23 hours ago

Num samples and channel number are already implemented, I can add min/max for the next release as well.

However I'm confused on how to deal with this two cases :

  1. The input is scalar, but the view is a spectrogram or a PSD : should the min/max reflect what's on the plot (so min/max of the PSD/Specgram scale), on the input data (min/max) of the input signal ?

  2. The input is complex : should the min/max reflect what's on the plot (so mag or phase depending on the view), or an arbitrary choice between the two ?


In the meantime you can hover the plots with your mouse and see the corresponding coordinates on the bottom right