Oversampling increased to 10

(It sounds better in Wavy Navy)
This commit is contained in:
tudnai 2022-07-01 21:09:16 -07:00
parent 8f6ada5b5a
commit 69cc6aa7dd

View File

@ -33,7 +33,7 @@
#include "disk.h" // to be able to disable disk acceleration
#define SPKR_OVERSAMPLING 8 // 16 is little better, 32 is really good but have a weird effect
#define SPKR_OVERSAMPLING 10 // 8 sounds like optimal, 16 is better, 32 is really good but have a weird effect
#define min(x,y) (x) < (y) ? (x) : (y)