@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.mjs CHANGED
@@ -13231,7 +13231,7 @@ function fuseFeatures(audio, motion, touch) {
13231
13231
  }
13232
13232
 
13233
13233
  // src/extraction/mfcc.ts
13234
- var FRAME_SIZE = 400;
13234
+ var FRAME_SIZE = 512;
13235
13235
  var HOP_SIZE = 160;
13236
13236
  var NUM_MFCC = 13;
13237
13237
  var meydaModule = null;