From c6e5d9d5dba43262fba110887393da862aed06c0 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Wed, 18 Jul 2018 14:39:08 +0200 Subject: [PATCH] Initial loudness of the stereo outputs coreected. --- MicroDexed.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MicroDexed.ino b/MicroDexed.ino index 875dc7e..6032d94 100644 --- a/MicroDexed.ino +++ b/MicroDexed.ino @@ -137,8 +137,8 @@ void setup() AudioMemory(AUDIO_MEM); sgtl5000_1.enable(); sgtl5000_1.volume(VOLUME); - amp1.gain(1.0); - amp2.gain(1.0); + amp1.gain(0.5); + amp2.gain(0.5); // start SD card SPI.setMOSI(SDCARD_MOSI_PIN);