Marcel du Preez
Marcel du Preez
I am experiencing the distorted sound with a fairly simple implementation in the Arduino IDE: ``` file = new AudioFileSourceSD("/OdeToJoy.mp3"); id3 = new AudioFileSourceID3(file); out = new AudioOutputI2S(0, 1); out->SetOutputModeMono(true);...
Tried making the project in PlatformIO, with the following configuration file: ``` [env:m5stack-core-esp32] platform = [email protected] board = m5stack-core-esp32 framework = arduino lib_deps = earlephilhower/[email protected] m5stack/[email protected] gianbacchio/ESP8266Spiram@^1.0 ``` Tried different...
So you don't include earlephilhower/ESP8266Audio as a lib_dep specifically? Is it contained in m5stack/M5Unified? Might also be that you're using a Core2. I'm using the Core.
Another nice to have would be to actually generate the PO document (i.e. "export" the PO element as a PDF file with a definable logo in Settings somewhere?) that can...
Would like to see this too.