-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crackling sound with ESP32 board support >= 2.0.10 #27
Comments
Works up to 2.0.9 and is broken since 2.0.10 The following sketch gives a clean rectangular signal up to 2.0.9 and the crackling noise on later versions.
|
Please try the latest commit. The donkey kong sounds are the most critical ones and may be affected most by the implemented work around. Still unclear what's causing the apll to generate the crackling noise. |
I tried the latest commit with ESP32 board version 2.0.11. The workaround worked in my tests. Thanks a lot. |
I started with this project after reading about it in the latest Make and ran in exact the issue with crackling noise from the speakers w/o this fix (cloned repo last week). And this commit solved it. But I was getting this noise also in game select screen where it should be silent, which makes me wonder if that's because I'm using single-wire SC8002B, while PAM8302A uses differential audio signal, or some other difference with these solutions (different amps, different filters, ...) P.S.: Thanks for the great work, love it ;) |
The crackling sound even happens when there's silence at a signal level != zero. So yes, it was expected to happen in the menu as well. |
While sound was working fine with ESP board support 2.0.6 it only gives a crackling noise in the 2.0.10 and the latest 2.0.11
The text was updated successfully, but these errors were encountered: