add DC filter to sound mixer to remove potential PCM DC offset

This commit is contained in:
kub 2019-12-31 10:55:40 +01:00
parent 9090dc0f22
commit 2a942f0d41
4 changed files with 121 additions and 35 deletions

View file

@ -86,6 +86,7 @@ PICO_INTERNAL void PsndReset(void)
// PsndRerate calls YM2612Init, which also resets
PsndRerate(0);
timers_reset();
mix_reset();
}