speaker-calibration 2.1.2 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -163,6 +163,8 @@ window.onload = () => {
163
163
  siteUrl: window.location.href.substring(0, location.href.lastIndexOf('/')),
164
164
  targetElementId: 'display',
165
165
  gainValues: [0.1, 0.5, 0.9], // example gain values
166
+ debug: true,
167
+ ICalib: 31,
166
168
  };
167
169
 
168
170
  const runImpulseResponseCalibration = async calibrationLevel => {