@ai-coustics/aic-sdk 0.13.0 → 0.14.0

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/index.js +1 -1
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -97,7 +97,7 @@ const VadParameter = {
97
97
  * Note: The VAD returns a value per processed buffer, so this duration is rounded
98
98
  * to the closest model window length.
99
99
  *
100
- * Range: 0.0 to 20x model window length (value in seconds)
100
+ * Range: 0.0 to 100x model window length (value in seconds)
101
101
  * Default: 0.05 (50 ms)
102
102
  */
103
103
  SpeechHoldDuration: native.VAD_PARAM_SPEECH_HOLD_DURATION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-coustics/aic-sdk",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Node.js package of ai-coustics SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -34,12 +34,12 @@
34
34
  "LICENSE"
35
35
  ],
36
36
  "optionalDependencies": {
37
- "@ai-coustics/aic-sdk-darwin-arm64": "0.13.0",
38
- "@ai-coustics/aic-sdk-darwin-x64": "0.13.0",
39
- "@ai-coustics/aic-sdk-linux-arm64-gnu": "0.13.0",
40
- "@ai-coustics/aic-sdk-linux-x64-gnu": "0.13.0",
41
- "@ai-coustics/aic-sdk-win32-arm64-msvc": "0.13.0",
42
- "@ai-coustics/aic-sdk-win32-x64-msvc": "0.13.0"
37
+ "@ai-coustics/aic-sdk-darwin-arm64": "0.14.0",
38
+ "@ai-coustics/aic-sdk-darwin-x64": "0.14.0",
39
+ "@ai-coustics/aic-sdk-linux-arm64-gnu": "0.14.0",
40
+ "@ai-coustics/aic-sdk-linux-x64-gnu": "0.14.0",
41
+ "@ai-coustics/aic-sdk-win32-arm64-msvc": "0.14.0",
42
+ "@ai-coustics/aic-sdk-win32-x64-msvc": "0.14.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@neon-rs/cli": "0.1.82",