phong
phong
Is it possible that this could be caused by the buffer not being cleared between long tick times? It seems as though the issue is made worse with lower frame...
@kwstasg Any ideas about this?
@gallonmate To your point, we managed to get the volatile breakouts under control by setting a timer to collect the data at a consistent 90hz on the audio thread, and...
Great, glad you addressed this. I'm not running on 4.25 yet, though when I upgrade the project I'll test this out. Appreciate it. The local fix I had to make...
@kwstasg - Recalling the details now, how I ended up implementing it was by creating a consistent 90Hz tick / timer which re-evaluated the FFT analysis on a regular interval...
> you did this through BP or in C++?I mean the tick rate I had done this inside C++, all the source is here: [WAC-Source.zip](https://github.com/kwstasg/WAC/files/5279693/WAC-Source.zip) The solution ended up working...
I am also getting this issue. Many of the files I want to batch export use empty objects / nulls to organize hierarchies, and so the plugin is not able...