ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

M5core2 slow play problem

Open zsoltyfm opened this issue 2 years ago • 1 comments

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.

zsoltyfm avatar Oct 10 '23 19:10 zsoltyfm

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jan 06 '24 02:01 github-actions[bot]