Skip to content

Commit

Permalink
Default mic gain at 36 in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Nov 8, 2015
1 parent 1d3a534 commit 110d115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void setup() {
sgtl5000_1.enable();
sgtl5000_1.volume(0.5);
sgtl5000_1.inputSelect(AUDIO_INPUT_MIC);
sgtl5000_1.micGain(32);
sgtl5000_1.micGain(36);
delay(1000);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void setup() {
sgtl5000_1.enable();
sgtl5000_1.volume(0.6);
sgtl5000_1.inputSelect(AUDIO_INPUT_MIC);
sgtl5000_1.micGain(32);
sgtl5000_1.micGain(36);
mixer1.gain(0, 0.2);
mixer1.gain(1, 0.2);
mixer1.gain(2, 0.2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void setup() {
sgtl5000_1.enable();
sgtl5000_1.volume(0.55);
sgtl5000_1.inputSelect(AUDIO_INPUT_MIC);
sgtl5000_1.micGain(32);
sgtl5000_1.micGain(36);
mixer1.gain(0, 0.5);
mixer1.gain(3, 0.7);
delay1.delay(0, 400);
Expand Down

0 comments on commit 110d115

Please sign in to comment.