Skip to content

Commit 3d26bd2

Browse files
authored
Update audio-reactive.md with ESP support details (#289)
* Update audio-reactive.md with ESP support details
1 parent 065f6aa commit 3d26bd2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/advanced/audio-reactive.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Audio Reactive WLED is a possibility of using WLED controllers in such a way tha
1313

1414
The audio must be "feed" into the microcontroller. There are basically four options: using microphones, line-in adapters, another WLED instance or directly from a PC.
1515

16+
### ESP / microcrontrollers supported
17+
Audio Reactive (AR) works on all ESP controllers but with some limitations:
18+
19+
- ESP8266 does not support any microphone input, AR streaming mode only
20+
- ESP32 C3 is too slow and does not include AR by default, enabling AR requires a custom build
21+
- ESP32 S2, S3 (and C3) support digital microphones only
22+
- Classic ESP32 supports digital and analog microphones
23+
1624
### Microphones supported
1725

1826
Three microphone types are supported:

0 commit comments

Comments
 (0)