Skip to content

Commit 553a8a5

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents d7a0156 + 5813b3a commit 553a8a5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/advanced/audio-reactive.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ 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+
- PDM microphones (like SPM1423, see below) are supported on Classic ESP32 and ESP32-S3, but not supported on ESP32-S2 and ESP32-C3.
24+
1625
### Microphones supported
1726

1827
Three microphone types are supported:
@@ -37,7 +46,7 @@ There are also some commercial controllers with integrated digital microphone or
3746

3847
#### 3. PDM microphones
3948

40-
An example is SPM1423. In principle, these are also digital microphones with an integrated Sigma-Delta ADC. They are slightly cheaper than I2S microphones, require one PIN less and the quality is quite good.
49+
An example is SPM1423. In principle, these are also digital microphones with an integrated Sigma-Delta ADC. They are slightly cheaper than I2S microphones, require one PIN less and the quality is quite good. PDM microphones are only supported on Classic ESP32 and on ESP32-S3.
4150

4251
### Line-In options
4352

0 commit comments

Comments
 (0)