audio-reactive-led-strip icon indicating copy to clipboard operation
audio-reactive-led-strip copied to clipboard

[Feature Request] GPU FFT processing

Open bugilt opened this issue 8 years ago • 2 comments
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/

bugilt avatar May 11 '17 22:05 bugilt

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.

scottlawsonbc avatar May 30 '17 07:05 scottlawsonbc

Just a reminder, there are python bindings available already: #29

steveway avatar Jun 07 '17 11:06 steveway