Issue with mixed generated noise output after mixed mp3 stops playing #2195
-
As a prefix, I'm new to this library, ESP32 in general and even coding with C, so please excuse my inexperience. This might be an expected behavior, but I want to check before I try to solve the issue on my own. I'm working on a project where I would add "radio noise" to mp3 files stored on SD card, my project is not too dissimilar from @alastaira's London Calling Prop. The project uses the A1S audiokit board. My current approach is to generate static noise and mix it with an mp3 file stored on SD card. I achieved this with the below code based on this discussion. The code mixes noise with the mp3 file as expected, but when the mp3 file has finished playing the noise turns into a clicking sound. I would expect the noise to keep playing as normal after the file has finished. Is this clicking sound/change to the noise output an expected behavior or a bug?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please follow the advice given here |
Beta Was this translation helpful? Give feedback.
Please follow the advice given here