Hi guys,
So I’m trying to develop a mobile AR app that has a bit of an audio visualizer system. However, I found that using the Sound Visualizer plugin’s node, Calculate Frequency Spectrum, there was no output to the float array Spectrum at all. The exact same bit of code works properly when tested on a built game as well as a video render.
Below is an image of the aforementioned node, accessible through the Sound Visualization plugin. I’ve put a print of everything going in and out of the node, and can confirm that everything but the node works properly in sequence.
EDIT: The node actually works properly when the same project is tested on the PC, but does not work when tested within the phone.
How could I fix this?
Thanks in advance.