speaker-calibration 2.2.267 → 2.2.268

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speaker-calibration",
3
- "version": "2.2.267",
3
+ "version": "2.2.268",
4
4
  "description": "Speaker calibration library for auditory testing",
5
5
  "main": "dist/main.js",
6
6
  "directories": {
@@ -2339,7 +2339,7 @@ class Combination extends AudioCalibrator {
2339
2339
  this.power_dB = this._calibrateSoundBurstDb + (this.T - this.gainDBSPL);
2340
2340
  }
2341
2341
 
2342
- const amplitude = Math.pow(10, this.power_dB / 20) / Math.SQRT2;
2342
+ const amplitude = Math.pow(10, this.power_dB / 20);
2343
2343
 
2344
2344
  if (this.isCalibrating) return null;
2345
2345
  await this.pyServerAPI