Scratchy Bluetooth audio output #181
-
I got my speaker working nicely using a Bluetooth input and writing it to an I2S Stream, there were no issues with the playback. So I decided to start adding filters (As directed in the documentation) and the audio has become scratchy (for lack of a better word). it almost sounds like there is a very small delay between bits being output and this makes the music almost bounce if that makes sense. I'm not too sure what I am doing wrong. I first define what I need for the filter(using the values from the docs as I have no frame of reference yet): Then I call this filter in setup: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I haven't really used this functionality. I suggest that you have a look at ESP32 Arduino with arduino audio tools - Using Filters from NA5Y and that you use https://fiiir.com/ to determine your parameters |
Beta Was this translation helpful? Give feedback.
I haven't really used this functionality. I suggest that you have a look at ESP32 Arduino with arduino audio tools - Using Filters from NA5Y and that you use https://fiiir.com/ to determine your parameters