@norskvideo/norsk-sdk 1.0.402-2026-01-09-7c042c58 → 1.0.402-2026-01-10-a65137ac

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/lib/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "license": "MIT",
3
3
  "name": "@norskvideo/norsk-sdk",
4
- "version": "1.0.402-2026-01-09-7c042c58+nightly",
4
+ "version": "1.0.402-2026-01-10-a65137ac+nightly",
5
5
  "dependencies": {
6
6
  "@bufbuild/protobuf": "^0.3.0",
7
7
  "@grpc/grpc-js": "~1.12.0",
8
- "@norskvideo/norsk-api": "1.0.402-2026-01-09-7c042c58+nightly",
8
+ "@norskvideo/norsk-api": "1.0.402-2026-01-10-a65137ac+nightly",
9
9
  "lodash": "^4.17.21",
10
10
  "typescript-nullable": "^0.6.0"
11
11
  },
@@ -2989,9 +2989,9 @@ class AudioTranscribeWhisperNode extends common_1.AutoProcessorMediaNode {
2989
2989
  (0, utils_1.provideFull)(media_pb_1.AudioTranscribeWhisperVadConfiguration, {
2990
2990
  model: settings.vad.model,
2991
2991
  minSpeechDurationMs: (0, types_2.toOptInt)(settings.vad.minSpeechDurationMs),
2992
- maxSpeechDurationS: (0, types_2.toOptInt)(settings.vad.maxSpeechDurationS),
2992
+ maxSpeechDurationS: (0, types_2.toOptFloat)(settings.vad.maxSpeechDurationS),
2993
2993
  minSilenceDurationMs: (0, types_2.toOptInt)(settings.vad.minSilenceDurationMs),
2994
- samplesOverlap: (0, types_2.toOptInt)(settings.vad.samplesOverlap),
2994
+ samplesOverlap: (0, types_2.toOptFloat)(settings.vad.samplesOverlap),
2995
2995
  speechPadMs: (0, types_2.toOptInt)(settings.vad.speechPadMs),
2996
2996
  threshold: (0, types_2.toOptFloat)(settings.vad.threshold)
2997
2997
  })
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "license": "MIT",
3
3
  "name": "@norskvideo/norsk-sdk",
4
- "version": "1.0.402-2026-01-09-7c042c58+nightly",
4
+ "version": "1.0.402-2026-01-10-a65137ac+nightly",
5
5
  "dependencies": {
6
6
  "@bufbuild/protobuf": "^0.3.0",
7
7
  "@grpc/grpc-js": "~1.12.0",
8
- "@norskvideo/norsk-api": "1.0.402-2026-01-09-7c042c58+nightly",
8
+ "@norskvideo/norsk-api": "1.0.402-2026-01-10-a65137ac+nightly",
9
9
  "lodash": "^4.17.21",
10
10
  "typescript-nullable": "^0.6.0"
11
11
  },