How to make an AudioVisualiserComponent show a stationary waveform

Hi! I managed to make an AudioThumbnail properly show a waveform (coming from a .wav file) that is stored inside an AudioBuffer. Problem is I kinda need a clickable component to do that and I found out the AudioVisualizerComponent could be the solution. However it doesn’t seem to understand that I need to display a waveform that is NOT changing in time, but that it’s just completely stored inside an AudioBuffer. Any ideas?