Sound reactive in 0.15.2 audio reactivity esp32 c3

running already since earlier 0.15.1 trying to get our inmp441 working.. but not finding where to input the gpios (??) that we wired up per instructions here:

in our d1 mini we put
sck → sck (gpio14)
sd → gpio12
ws → gpio16

nonetheless, there does not seem to be a sound input manager anywhere (?):

within all the above I have so far not found anything related to sound - help is appreciated!

its under usermods. if that is an ESP8266, its not supported.

ahh.. yes. it is a lolin d1 mini v4 .. which is an 8266 :frowning: ..oh well. .. or a reason to upgrade :smiley:

ok, so now i have set up wled on an esp32-c3 (super mini) and still I am not finding any setup for audio reactivity? nor under usermods?

I was hoping to find something like this I suppose:

```Installed version: WLED 0.15.2 (2508020)"ESP32-C3"(Processor: ESP32-C3)```

any help is appreciated!!

C3 is also not (yet) supported officially, you need to compile your own firmware, for example using https://wled-compile.github.io/

I did add support a few months ago but still waiting for review

bummer.

so .. what does it work with? seems the images are all esp32 D1, is that all it is compatible with?

I found a hardware requirement but says nothing about boards that work that I am seeing, eg here

it is probably good if this info is included.. if you tell me, I suppose I can anyway propose the edit to the docs, here
https://github.com/wled/WLED-Docs/blob/065f6aa3016e2d80ed6b92008c6968df2c2c2104/docs/advanced/audio-reactive.md#L4

ESP8266 has no mic support, only AR streaming. All others work with digital mic’s but C3 is too slow to work well with current code. Once my changes are approved, it will work equally well on all platforms and even have analog input support on all of them.