-
When debugging with pcm5102a, I found that when using the ESP32 audioI2S library, the left and right channels of MP3 music output are opposite. How should I solve this problem? The library version is v3.0.0 and the MCU used is T-Display S3 (ESP32S3) |
Beta Was this translation helpful? Give feedback.
Answered by
Xk-w
Aug 17, 2023
Replies: 1 comment 1 reply
-
actually, that hasn't been noticed over the years. Swapped both channels. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just now I tested the latest version of ESP32-audioI2S (Audio.cpp V3.0.6) and found that the problem of the left and right channels of PCM5102A has been successfully fixed, thanks