! The maximum volume of the PCM5102 causes audio distortion #653
-
Hello everyone, I am using the ESP32 A2DP to output audio to speakers through the PCM5102, and I have enabled set_volume(127), with the volume being determined by the speaker device. However, setting set_volume(127) results in severe distortion with crackling sounds, while set_volume(100) resolves this issue. But some Android devices do not support set_volume. ? Could anyone explain how the crackling sounds are generated? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
I was never using this value since this is much too loud and I always used the volume control on the phone to set the right volume. |
Beta Was this translation helpful? Give feedback.
-
i'm using 150Ohm Resistor between Audio Positiv and Audio Ground for each Channel. |
Beta Was this translation helpful? Give feedback.
I was never using this value since this is much too loud and I always used the volume control on the phone to set the right volume.
I committed a correction that clips the values if they overflow...