Clicking on silence #570
-
So ive noticed that when i pause the music or theres a point in the music where the loudless goes to zero, the speakers do a slight click. it degrades the audio quality, especially at low volumes (i have 2kW of speakers connected to the dac so its almost always low volume) Im using a ESP32 dev board, and a PCM5102A board
any ideas or help appreciated on how to get rid of this (my first thought would be to always send some sound (really high frequency sine wave outside of audible range, just to keep the transmission between the esp and the pcm5102a dac active, but thats a dirty fix) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Do you have tried BluetoothA2DPSinkQueued instead of BluetoothA2DPSink? |
Beta Was this translation helpful? Give feedback.
-
I tried now and it makes the problem better, but since i uploaded the sketch ive had a few exceptions. i forgot to save the first one but i have the second one. if i get a different exception i will upload it here
my sketch:
|
Beta Was this translation helpful? Give feedback.
-
just looking at code; i dont like this line: for (int i = 0; i < sizeof(notes_array); i++){ size = sizeof(array_name) / sizeof(array_name[0]); |
Beta Was this translation helpful? Give feedback.
-
Apart from the errors mentioned above I would have the following suggestions
|
Beta Was this translation helpful? Give feedback.
Apart from the errors mentioned above I would have the following suggestions