Skip to content

ESP32-S2 AudioOut: upstream bug causes channel output to be swapped randomly #10180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dhalbert opened this issue Mar 25, 2025 · 0 comments
Open
Labels
audio esp32-s2 third-party Awaiting action on a third party for a fix or an answer to a request
Milestone

Comments

@dhalbert
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audio esp32-s2 third-party Awaiting action on a third party for a fix or an answer to a request
Projects
None yet
Development

No branches or pull requests

2 participants