Adjust DAC attributes to fix LADX’s crackling audio (Fixes #125) while keeping Cannon Fodder’s buzzing reasonable (Proper audio measurements still required)

This commit is contained in:
Lior Halphon 2018-11-10 19:14:18 +02:00
parent 453673a2a6
commit 94136f5741
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
They are known to be incorrect (Some analog test ROM sound different), They are known to be incorrect (Some analog test ROM sound different),
but are good enough approximations to fix Cannon Fodder's terrible audio. but are good enough approximations to fix Cannon Fodder's terrible audio.
It also varies by model. */ It also varies by model. */
#define DAC_DECAY_SPEED (1000000) #define DAC_DECAY_SPEED 50000
#define DAC_ATTACK_SPEED 1000 #define DAC_ATTACK_SPEED 1000