speaker-calibration 2.2.187 → 2.2.188

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.187",
3
+ "version": "2.2.188",
4
4
  "description": "Speaker calibration library for auditory testing",
5
5
  "main": "dist/main.js",
6
6
  "directories": {
@@ -698,7 +698,9 @@ class Speaker extends AudioPeer {
698
698
  params.IDsToSaveInSoundProfileLibrary,
699
699
  params.restartButton,
700
700
  params.reminder,
701
- params.calibrateSoundLimit
701
+ params.calibrateSoundLimit,
702
+ params.calibrateSoundBurstNormalizeBy1000HzGainBool,
703
+ params.calibrateSoundBurstScalarDB
702
704
  );
703
705
  this.#removeUIElems();
704
706
  resolve(result);