@eka-care/ekascribe-ts-sdk 1.4.58 → 1.4.59
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 +0 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -232,10 +232,6 @@ class EkaScribe {
|
|
|
232
232
|
}
|
|
233
233
|
resetEkaScribe() {
|
|
234
234
|
console.log(this.audioFileManagerInstance, this.audioBufferInstance, this.vadInstance, EkaScribeStore, 'before reset ekascribe');
|
|
235
|
-
// First, stop any ongoing operations
|
|
236
|
-
if (this.vadInstance) {
|
|
237
|
-
this.vadInstance.pauseVad(); // Stop recording first
|
|
238
|
-
}
|
|
239
235
|
this.audioFileManagerInstance.resetFileManagerInstance();
|
|
240
236
|
this.audioBufferInstance.resetBufferManagerInstance();
|
|
241
237
|
this.vadInstance.resetVadWebInstance();
|