Microphone calibration profiles

This commit is contained in:
Frank
2022-10-05 17:55:54 +02:00
parent 698a6c8f89
commit 5ed0bb8c2b
2 changed files with 54 additions and 15 deletions

View File

@@ -288,6 +288,8 @@ class I2SSource : public AudioSource {
currSample = (float) newSamples[i]; // 16bit input -> use as-is
#endif
buffer[i] = currSample;
//buffer[i] *= 0.6f; // (ICS-43434): compensate for higher sensitivity (reduce by 2db)
}
}
}