Marek Knosala
Marek Knosala
Hello, I am aware that the Arduino 3.X.X release is currently in the alpha phase, but I am developing a new product based on the ESP32H2, so I need to...
Hi, Today I was testing the new release of stable Arduino 3.0.0. When I uploaded the code, the audio plays (but is not clear), and I also see message spam...
Hello, I’ve added the following macros to the compilation process to disable unnecessary audio decoders: AUDIO_I2S_DISABLE_AAC_DECODER AUDIO_I2S_DISABLE_FLAC_DECODER AUDIO_I2S_DISABLE_MP3_DECODER AUDIO_I2S_DISABLE_OPUS_DECODER AUDIO_I2S_DISABLE_VORBIS_DECODER In my specific use case, I only need the MP3...