audio-reactive-led-strip
audio-reactive-led-strip copied to clipboard
[Feature Request] GPU FFT processing
trafficstars
It looks like the GPU is much faster processing FFT.
http://www.aholme.co.uk/GPU_FFT/Main.htm
https://www.raspberrypi.org/blog/accelerating-fourier-transforms-using-the-gpu/
Thank you for bringing this to my attention. FFT is one of the most expensive operations in the audio visualization code, and this could potentially be a big help.
Just a reminder, there are python bindings available already: #29