speaker-calibration 2.2.235 → 2.2.236
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 +1628 -1624
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/src/tasks/combination/combination.js +2 -1
package/package.json
CHANGED
|
@@ -2164,7 +2164,8 @@ class Combination extends AudioCalibrator {
|
|
|
2164
2164
|
);
|
|
2165
2165
|
this.incrementStatusBar();
|
|
2166
2166
|
}
|
|
2167
|
-
this.
|
|
2167
|
+
let backgroundSec = (this._calibrateSoundBackgroundSecs + 0.5);
|
|
2168
|
+
this.addTimeStamp(`Record ${backgroundSec.toFixed(1)} s of background.`);
|
|
2168
2169
|
this.mode = 'unfiltered';
|
|
2169
2170
|
this.numSuccessfulCaptured = 0;
|
|
2170
2171
|
|