@iam-protocol/pulse-sdk 0.2.5 → 0.2.6

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/index.js CHANGED
@@ -13313,7 +13313,7 @@ function fuseFeatures(audio, motion, touch) {
13313
13313
  }
13314
13314
 
13315
13315
  // src/extraction/mfcc.ts
13316
- var FRAME_SIZE = 400;
13316
+ var FRAME_SIZE = 512;
13317
13317
  var HOP_SIZE = 160;
13318
13318
  var NUM_MFCC = 13;
13319
13319
  var meydaModule = null;