We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b044fc3 commit 279573eCopy full SHA for 279573e
1 file changed
usermods/audioreactive/audio_source.h
@@ -65,10 +65,10 @@ constexpr i2s_port_t AR_I2S_PORT = I2S_NUM_0; // I2S port to use (do not c
65
// data type requested from the I2S driver - currently we always use 32bit
66
//#define I2S_USE_16BIT_SAMPLES // (experimental) define this to request 16bit - more efficient but possibly less compatible
67
68
-#if defined(WLED_ENABLE_HUB75MATRIX) && defined(CONFIG_IDF_TARGET_ESP32)
69
- // this is bitter, but necessary to survive
70
- #define I2S_USE_16BIT_SAMPLES
71
-#endif
+//#if defined(WLED_ENABLE_HUB75MATRIX) && defined(CONFIG_IDF_TARGET_ESP32)
+// // this is bitter, but necessary to survive // disabled - does not work!!
+// #define I2S_USE_16BIT_SAMPLES
+//#endif
72
73
#ifdef I2S_USE_16BIT_SAMPLES
74
#define I2S_SAMPLE_RESOLUTION I2S_BITS_PER_SAMPLE_16BIT
0 commit comments