donnersm / BluetoothAnalyzer

3584 leds on a single ESP32 using Bluetooth audio
GNU General Public License v3.0
7 stars 0 forks source link

Amazing sketch, thanks for sharing. Adding esp-dsp support for hardware accerated FFTs? #1

Closed mrcodetastic closed 2 days ago

mrcodetastic commented 2 days ago

Hello. I noticed this project and look forward to trying it out on an ESP32S3 and using an LED matrix instead.

I just wanted to inform you that the ESP32-S3 has additional DSP related CPU SIMD instructions that coud materially improve the FFT throughput. As such, I was wondering if you ever had plans to assess the esp32-dsp library and see if this project works even better when using a S3 SoC.

donnersm commented 2 days ago

I wasn’t planning on it. But who knows…. Might do that in the future.

mrcodetastic commented 2 days ago

Ok cool. I might give it a crack then!