ESP32-audioI2S
ESP32-audioI2S copied to clipboard
M5core2 slow play problem
Hi! Previously, several people ran into the problem that the library does not work properly with versions newer than "M5Core2 0.1.3". The reason for this is that in the case of newer versions, if the speaker is enabled, the I2S peripheral is reconfigured, which overwrites the I2S peripheral already set by the constructor. "M5.begin();" the speaker remains enabled when called. The problem is solved by replacing this line with, for example, "M5.begin(true, true, true, true, kMBusModeOutput, false);" I would recommend modifying the given line of the example code to avoid similar test issues.
This issue is stale because it has been open for 30 days with no activity.