How to remove static/skipping at the beginning of songs? #2253
-
|
I know pops have been brought up with the advice to add silence, but I don't think this is the same thing. It's a harsh static: https://files.kga.earth/?file=kevin/Audio/VID_20251209_110257.mp4 Playing these same songs through a VS1053 does not have the same issue, so I'm hoping there's something I'm missing in the code to resolve it. Code can be found here: https://github.com/cinderblockgames/uart-audio-module/tree/main/UART_Audio_Module EDIT: Using a XIAO RP2040 + Adafruit Audio BFF. The VS1053 comparison setup is an Adafruit Feather RP2040 + Music Maker FeatherWing . EDIT2: I did already increase the EDIT3: Adding EDIT4: When it's skipping, I get this repeated on each stutter: So it looks like it's taking a bit to settle into a working AudioInfo. Is there a way to force it so it doesn't bounce around? And would increasing the StreamCopy buffer size to larger than 1024 bytes help? EDIT5: Tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You would need to analyse what's causing this:
A good rule of thumb might be to activate the amplifier only after having set up I2S |
Beta Was this translation helpful? Give feedback.
You would need to analyse what's causing this:
A good rule of thumb might be to activate the amplifier only after having set up I2S