waveform icon indicating copy to clipboard operation
waveform copied to clipboard

Feature request: Spectrogram display

Open defensem3ch opened this issue 1 year ago • 4 comments

Spectrogram display would be a very neat feature to add. Thanks

defensem3ch avatar Nov 04 '24 14:11 defensem3ch

I second this request, a rolling spectrogram would be great!

vampirefrog avatar Mar 11 '25 07:03 vampirefrog

As a rendering technique, you can use a texture in which you draw the row of new pixels, and then render it in two halves, the half after the new pixels would be leftmost, and the half before them would be drawn right of the first half rendered. This way, every frame you only need to transfer the new pixels to the GPU instead of shifting the whole texture in CPU and then uploading the whole thing to the GPU.

vampirefrog avatar Mar 11 '25 08:03 vampirefrog

I'll be adding this once I'm done with a refactor I'm working on. Just need to untangle the spaghetti code first.

phandasm avatar Mar 11 '25 22:03 phandasm

NICE!

vampirefrog avatar Mar 13 '25 01:03 vampirefrog