|
21 | 21 |
|
22 | 22 |
|
23 | 23 | <link rel="icon" href="../../assets/images/ui/aircoookie/blurple.png"> |
24 | | - <meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.0"> |
| 24 | + <meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.1"> |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 | <title>Audio Reactive WLED - WLED Project</title> |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 | | - <link rel="stylesheet" href="../../assets/stylesheets/main.618322db.min.css"> |
| 32 | + <link rel="stylesheet" href="../../assets/stylesheets/main.484c7ddc.min.css"> |
33 | 33 |
|
34 | 34 |
|
35 | 35 | <link rel="stylesheet" href="../../assets/stylesheets/palette.ab4e12ef.min.css"> |
|
1995 | 1995 | <nav class="md-nav" aria-label="Hardware required"> |
1996 | 1996 | <ul class="md-nav__list"> |
1997 | 1997 |
|
| 1998 | + <li class="md-nav__item"> |
| 1999 | + <a href="#esp-microcrontrollers-supported" class="md-nav__link"> |
| 2000 | + <span class="md-ellipsis"> |
| 2001 | + |
| 2002 | + ESP / microcrontrollers supported |
| 2003 | + |
| 2004 | + </span> |
| 2005 | + </a> |
| 2006 | + |
| 2007 | +</li> |
| 2008 | + |
1998 | 2009 | <li class="md-nav__item"> |
1999 | 2010 | <a href="#microphones-supported" class="md-nav__link"> |
2000 | 2011 | <span class="md-ellipsis"> |
|
2690 | 2701 | <nav class="md-nav" aria-label="Hardware required"> |
2691 | 2702 | <ul class="md-nav__list"> |
2692 | 2703 |
|
| 2704 | + <li class="md-nav__item"> |
| 2705 | + <a href="#esp-microcrontrollers-supported" class="md-nav__link"> |
| 2706 | + <span class="md-ellipsis"> |
| 2707 | + |
| 2708 | + ESP / microcrontrollers supported |
| 2709 | + |
| 2710 | + </span> |
| 2711 | + </a> |
| 2712 | + |
| 2713 | +</li> |
| 2714 | + |
2693 | 2715 | <li class="md-nav__item"> |
2694 | 2716 | <a href="#microphones-supported" class="md-nav__link"> |
2695 | 2717 | <span class="md-ellipsis"> |
@@ -2848,6 +2870,14 @@ <h2 id="what-is-audio-reactive-wled">What is Audio Reactive WLED?</h2> |
2848 | 2870 | <p>Audio Reactive WLED is a possibility of using WLED controllers in such a way that the LEDs react to music and light up in time. First time this was implemented by a <a href="https://github.com/atuline/WLED">Sound Reactive Fork</a>. As of WLED version 0.14.0-beta1 an usermod is available for original WLED too. Since version 0.15.0 this usermod is included in the official WLED releases.</p> |
2849 | 2871 | <h2 id="hardware-required">Hardware required</h2> |
2850 | 2872 | <p>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.</p> |
| 2873 | +<h3 id="esp-microcrontrollers-supported">ESP / microcrontrollers supported</h3> |
| 2874 | +<p>Audio Reactive (AR) works on all ESP controllers but with some limitations:</p> |
| 2875 | +<ul> |
| 2876 | +<li>ESP8266 does not support any microphone input, AR streaming mode only</li> |
| 2877 | +<li>ESP32 C3 is too slow and does not include AR by default, enabling AR requires a custom build</li> |
| 2878 | +<li>ESP32 S2, S3 (and C3) support digital microphones only</li> |
| 2879 | +<li>Classic ESP32 supports digital and analog microphones</li> |
| 2880 | +</ul> |
2851 | 2881 | <h3 id="microphones-supported">Microphones supported</h3> |
2852 | 2882 | <p>Three microphone types are supported:</p> |
2853 | 2883 | <h4 id="1-analog-microphones-not-recommended">1. Analog microphones - Not recommended</h4> |
@@ -3015,10 +3045,10 @@ <h2 id="software-required">Software required</h2> |
3015 | 3045 |
|
3016 | 3046 |
|
3017 | 3047 |
|
3018 | | - <script id="__config" type="application/json">{"annotate": null, "base": "../..", "features": ["navigation.top", "navigation.instant", "navigation.tabs", "content.action.edit"], "search": "../../assets/javascripts/workers/search.7a47a382.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script> |
| 3048 | + <script id="__config" type="application/json">{"annotate": null, "base": "../..", "features": ["navigation.top", "navigation.instant", "navigation.tabs", "content.action.edit"], "search": "../../assets/javascripts/workers/search.2c215733.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script> |
3019 | 3049 |
|
3020 | 3050 |
|
3021 | | - <script src="../../assets/javascripts/bundle.e71a0d61.min.js"></script> |
| 3051 | + <script src="../../assets/javascripts/bundle.79ae519e.min.js"></script> |
3022 | 3052 |
|
3023 | 3053 | <script src="../../assets/js/newtab.js"></script> |
3024 | 3054 |
|
|
0 commit comments