mirror of https://github.com/bsnes-emu/bsnes.git
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:
parent
453673a2a6
commit
94136f5741
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue