uneeq-js 3.6.0 → 3.6.3

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.
@@ -76,7 +76,7 @@ export interface UneeqConfig {
76
76
  interimResults?: boolean;
77
77
  /**
78
78
  * Milliseconds of silence to detect end of utterance.
79
- * @default 1000
79
+ * @default 1500
80
80
  */
81
81
  utteranceEndMs?: number;
82
82
  /**
@@ -134,7 +134,7 @@ export interface UneeqConfig {
134
134
  /**
135
135
  * Silence detection threshold in milliseconds.
136
136
  * Controls how long to wait for silence before finalizing a transcript.
137
- * @default 10
137
+ * @default 500
138
138
  */
139
139
  endpointing?: number;
140
140
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uneeq-js",
3
- "version": "3.6.0",
3
+ "version": "3.6.3",
4
4
  "description": "In development",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",