Skip to content

Commit e20596a

Browse files
author
committed
Deployed 5813b3a with MkDocs version: 1.6.1
1 parent 090fe8c commit e20596a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

advanced/audio-reactive/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2877,6 +2877,7 @@ <h3 id="esp-microcrontrollers-supported">ESP / microcrontrollers supported</h3>
28772877
<li>ESP32 C3 is too slow and does not include AR by default, enabling AR requires a custom build</li>
28782878
<li>ESP32 S2, S3 (and C3) support digital microphones only</li>
28792879
<li>Classic ESP32 supports digital and analog microphones</li>
2880+
<li>PDM microphones (like SPM1423, see below) are supported on Classic ESP32 and ESP32-S3, but not supported on ESP32-S2 and ESP32-C3.</li>
28802881
</ul>
28812882
<h3 id="microphones-supported">Microphones supported</h3>
28822883
<p>Three microphone types are supported:</p>
@@ -2893,7 +2894,7 @@ <h4 id="2-i2s-digital-microphones-better-option">2. I2S digital microphones - Be
28932894
<p>There are also some commercial controllers with integrated digital microphone or plug-in capability available. Be sure to setup correct GPIOs according to the information you typically will find printed on the board or in user manual.</p>
28942895
<p><img alt="Example I2S microphone controller" src="../../assets/images/content/example_i2s_mic_controller.jpg" /></p>
28952896
<h4 id="3-pdm-microphones">3. PDM microphones</h4>
2896-
<p>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.</p>
2897+
<p>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.</p>
28972898
<h3 id="line-in-options">Line-In options</h3>
28982899
<p>Similar to microphones there are options for analog or digital line-in adapters. In both cases you use line-out (AUX) or headphone-out signal of your sound system/TV/Smartphone/etc.</p>
28992900
<h4 id="1-analog-line-in-option">1. Analog line-in option</h4>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)