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/dist/example/i18n.js +4819 -4879
- package/dist/listener.js +1 -1
- package/dist/main.js +1 -1
- package/dist/phonePeer.js +1 -1
- package/package.json +1 -1
- package/src/tasks/combination/combination.js +1 -1
package/package.json
CHANGED
|
@@ -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)
|
|
2342
|
+
const amplitude = Math.pow(10, this.power_dB / 20);
|
|
2343
2343
|
|
|
2344
2344
|
if (this.isCalibrating) return null;
|
|
2345
2345
|
await this.pyServerAPI
|