You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing a fix for #10003, I discovered that the left and right channel DAC audio output on ESP32-S2 would swap randomly on play. It turns out this is known upstream problem: espressif/esp-idf#11425. The only workaround that worked for me was to entirely reset AudioOut on each play.
I'll include the workaround in a PR, but leave this issue open so it can be removed in the future if and when the upstream bug is fixed.
While testing a fix for #10003, I discovered that the left and right channel DAC audio output on ESP32-S2 would swap randomly on play. It turns out this is known upstream problem: espressif/esp-idf#11425. The only workaround that worked for me was to entirely reset
AudioOut
on each play.I'll include the workaround in a PR, but leave this issue open so it can be removed in the future if and when the upstream bug is fixed.
@MarshallMiller: probably of interest to you.
The text was updated successfully, but these errors were encountered: