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:
@@ -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: {},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user