Hi, I have 2 questions that I can't get my head around. If someone could point me in the right direction I'd appreciate it.
I need to generate a visual waveform as a texture. I see there's an AudioStreamPreviewGenerator class but is this available in GDScript 4? There's a Github project here that's basically just a copy of the Godot code with the added bind functions to make it accessible in GDScript via a custom module. It's been inactive for over a year so I was going to update it for Godot 4 myself, but that leads me to question 2.
The example script from that project draws to a ColorRect. Most shaders I've seen also do the same. Could someone please tell me how I can convert a ColorRect to a texture so I can use it on a 3D object? Just FYI, I'm working on a VR project so using 2D overlay isn't an option.