@eka-care/ekascribe-ts-sdk 1.5.35 → 1.5.36

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.
@@ -243,8 +243,8 @@ class VadWebClient {
243
243
  frameSamples: this.frame_size,
244
244
  preSpeechPadFrames: this.speech_pad_frames,
245
245
  onFrameProcessed: (prob, frames) => {
246
+ console.log(frames, 'frames in vad web');
246
247
  if (vadFrameProcessedCallback) {
247
- console.log(prob, frames, 'prob and frames in vad web');
248
248
  vadFrameProcessedCallback({ probabilities: prob, frame: frames });
249
249
  }
250
250
  audioFileManager?.incrementTotalRawSamples(frames);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.5.35",
3
+ "version": "1.5.36",
4
4
  "main": "dist/index.js",
5
5
  "repository": "git@github.com:eka-care/eka-js-sdk.git",
6
6
  "author": "Sanikagoyal28 <sanikagoyal9@gmail.com>",