You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration is supported by the env.json and config.json within this folder.
16
+
17
+
This example implements an audio element based on the ESP32 specific audio library from
18
+
<https://github.com/schreibfaul1/ESP32-audioI2S>. This library is not available through the Arduino Library Manager
19
+
so it must be installed by downloading or git-checkout directly from github.
20
+
21
+
The AudioElement just adds a thin wrapper to configure and control the library. The Audio processing is moved to another ESP32 FreeRTOS Task and runs in the background.
22
+
23
+
There can only be one AudioElement created per device.
24
+
25
+
26
+
## Further development
27
+
28
+
This is a starting example to further support audio configurations with the HomeDing library and is planned to be extended with
29
+
30
+
* Split audio element into multiple elements to support more flexible configurations.
0 commit comments