Fix distortion with limiter and reduced gains

- Added DynamicsCompressorNode limiter at master output
- Reduced channel gains (pulse: 0.08, wave: 0.12, noise: 0.05)
- Disabled arranger by default (was adding overlapping notes)
- Total max gain now 0.66 with headroom for overlap
This commit is contained in:
b1rdmania
2026-01-20 20:05:32 +00:00
parent 5b294f2e5a
commit f095f9a2a7
2 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const DEFAULT_PLAYER_CONFIG: GameBoyPlayerConfig = {
autoResume: true,
defaultBPM: 120,
masterVolume: 0.7,
enableArranger: true, // ON by default for fuller sound
enableArranger: false, // OFF by default - too many overlapping notes causes clipping
arrangerConfig: {},
};