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
I'm playing aac music from progmem to internal pwm of ESP32 (AudioOutputI2S(0, 2)).
The right channel (GPIO25) output is about 10 dB louder than left channel (GPIO26).
I think this project supports stereo channel, then I'd like to know whether it is my fault (I don't use it properly) or it is a bug of this project.
By the way, the output of internal DAC (AudioOutputI2S(0, 1)) is too loud with a lot noise, is there a way to optimize it?