@eka-care/ekascribe-ts-sdk 1.5.22 → 1.5.23

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.
Files changed (2) hide show
  1. package/README.md +0 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -825,23 +825,6 @@ Use this method to update the access token without reinitializing the entire SDK
825
825
  ekaScribe.updateAuthTokens({ access_token: 'new_token' });
826
826
  ```
827
827
 
828
- ### 9. Configure VAD Constants
829
-
830
- Use this method to configure Voice Activity Detection parameters for fine-tuning audio processing.
831
-
832
- ```ts
833
- ekaScribe.configureVadConstants({
834
- pref_length: 1000,
835
- desp_length: 500,
836
- max_length: 2000,
837
- sr: 16000,
838
- frame_size: 512,
839
- pre_speech_pad_frames: 10,
840
- short_thsld: 0.5,
841
- long_thsld: 0.8,
842
- });
843
- ```
844
-
845
828
  ## Generic Callbacks
846
829
 
847
830
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.5.22",
3
+ "version": "1.5.23",
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>",