@camstack/addon-pipeline 1.2.73 → 1.2.75
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/{addon-utils-CQs-AjTJ.js → addon-utils-a_36HH_N.js} +4 -4
- package/dist/audio-analyzer/index.js +5 -6
- package/dist/audio-analyzer/index.mjs +3 -3
- package/dist/detection-pipeline/index.js +9 -10
- package/dist/detection-pipeline/index.mjs +5 -5
- package/dist/{dist-BAbvf81B.js → dist-6ZJCV0jY.js} +1901 -28
- package/dist/{dist-Dpr92hOt.mjs → dist-T_8jMw7d.mjs} +1866 -28
- package/dist/{event-loop-stall-monitor-BhKoybot.js → event-loop-stall-monitor-Cjof8vA1.js} +1 -1
- package/dist/{event-loop-stall-monitor-B7Wd2jo-.mjs → event-loop-stall-monitor-XeGmL4xr.mjs} +1 -1
- package/dist/lazy-sharp-6oymT_yf.mjs +341 -0
- package/dist/lazy-sharp-DvwPafeP.js +360 -0
- package/dist/motion-wasm/index.js +3 -3
- package/dist/motion-wasm/index.mjs +3 -3
- package/dist/pipeline-runner/index.js +109 -21
- package/dist/pipeline-runner/index.mjs +107 -18
- package/dist/recorder/index.js +138 -32
- package/dist/recorder/index.mjs +137 -30
- package/dist/session-decode/decode-worker-child.js +311 -126
- package/dist/session-decode/decode-worker-child.mjs +311 -123
- package/dist/stream-broker/_stub.js +94 -94
- package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-Cvh5La_s.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-H2OTmgR6.mjs} +2 -2
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-RYTOS6B-.mjs +26 -0
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-DfsLsn2e.mjs +26 -0
- package/dist/stream-broker/{hostInit-Ci7epN77.mjs → hostInit-4XDN_Nt0.mjs} +2 -2
- package/dist/stream-broker/index.js +12 -13
- package/dist/stream-broker/index.mjs +3 -3
- package/dist/stream-broker/remoteEntry.js +1 -1
- package/dist/{worker-protocol-BFq9AIDa.js → worker-protocol-B0cbTXyw.js} +1 -1
- package/dist/{worker-protocol-C1FtUWvH.mjs → worker-protocol-SqED7Y9i.mjs} +1 -1
- package/package.json +1 -1
- package/dist/chunk-emK7D4bc.js +0 -35
- package/dist/lazy-sharp-B-mb8uWx.mjs +0 -20
- package/dist/lazy-sharp-CcYuXtsa.js +0 -25
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-C_plRUtD.mjs +0 -26
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-CExO0piw.mjs +0 -26
- package/dist/{addon-utils-CZ2xo67g.mjs → addon-utils-A2S9D7pu.mjs} +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const
|
|
1
|
+
const require_dist = require("./dist-6ZJCV0jY.js");
|
|
2
2
|
require("node:crypto");
|
|
3
|
-
let node_fs = require("node:fs");
|
|
4
|
-
node_fs = require_chunk.__toESM(node_fs, 1);
|
|
5
3
|
let node_path = require("node:path");
|
|
6
|
-
node_path =
|
|
4
|
+
node_path = require_dist.__toESM(node_path, 1);
|
|
5
|
+
let node_fs = require("node:fs");
|
|
6
|
+
node_fs = require_dist.__toESM(node_fs, 1);
|
|
7
7
|
let node_util = require("node:util");
|
|
8
8
|
let node_zlib = require("node:zlib");
|
|
9
9
|
//#region ../system/dist/file-data-plane-CuE_hBli.mjs
|
|
@@ -2,14 +2,13 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const
|
|
6
|
-
const require_dist = require("../dist-BAbvf81B.js");
|
|
5
|
+
const require_dist = require("../dist-6ZJCV0jY.js");
|
|
7
6
|
const require_node_topology_platform = require("../node-topology-platform-CFZ7F4xW.js");
|
|
8
|
-
const require_addon_utils = require("../addon-utils-
|
|
9
|
-
let node_fs = require("node:fs");
|
|
10
|
-
node_fs = require_chunk.__toESM(node_fs);
|
|
7
|
+
const require_addon_utils = require("../addon-utils-a_36HH_N.js");
|
|
11
8
|
let node_path = require("node:path");
|
|
12
|
-
node_path =
|
|
9
|
+
node_path = require_dist.__toESM(node_path);
|
|
10
|
+
let node_fs = require("node:fs");
|
|
11
|
+
node_fs = require_dist.__toESM(node_fs);
|
|
13
12
|
//#region src/audio-analyzer/audio-pipeline.ts
|
|
14
13
|
/**
|
|
15
14
|
* Create the appropriate audio pipeline.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { B as mapAudioLabelToMacro, E as audioAnalyzerCapability, T as audioAnalysisCapability, ft as hydrateSchema, m as HF_BASE_URL, n as AUDIO_BACKEND_CHOICES, o as DEFAULT_AUDIO_ANALYZER_CONFIG, st as BaseAddon, tt as errMsg } from "../dist-
|
|
2
|
+
import { B as mapAudioLabelToMacro, E as audioAnalyzerCapability, T as audioAnalysisCapability, ft as hydrateSchema, m as HF_BASE_URL, n as AUDIO_BACKEND_CHOICES, o as DEFAULT_AUDIO_ANALYZER_CONFIG, st as BaseAddon, tt as errMsg } from "../dist-T_8jMw7d.mjs";
|
|
3
3
|
import { t as pickNodePlatformArch } from "../node-topology-platform-BkR_k6WT.mjs";
|
|
4
|
-
import { i as downloadFile } from "../addon-utils-
|
|
5
|
-
import * as fs from "node:fs";
|
|
4
|
+
import { i as downloadFile } from "../addon-utils-A2S9D7pu.mjs";
|
|
6
5
|
import * as path$1 from "node:path";
|
|
6
|
+
import * as fs from "node:fs";
|
|
7
7
|
//#region src/audio-analyzer/audio-pipeline.ts
|
|
8
8
|
/**
|
|
9
9
|
* Create the appropriate audio pipeline.
|
|
@@ -2,21 +2,20 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const require_lazy_sharp = require("../lazy-sharp-CcYuXtsa.js");
|
|
5
|
+
const require_dist = require("../dist-6ZJCV0jY.js");
|
|
6
|
+
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-Cjof8vA1.js");
|
|
7
|
+
const require_lazy_sharp = require("../lazy-sharp-DvwPafeP.js");
|
|
9
8
|
const require_node_topology_platform = require("../node-topology-platform-CFZ7F4xW.js");
|
|
10
|
-
const require_addon_utils = require("../addon-utils-
|
|
9
|
+
const require_addon_utils = require("../addon-utils-a_36HH_N.js");
|
|
11
10
|
let sharp = require("sharp");
|
|
12
|
-
sharp =
|
|
11
|
+
sharp = require_dist.__toESM(sharp);
|
|
13
12
|
let node_child_process = require("node:child_process");
|
|
13
|
+
let node_path = require("node:path");
|
|
14
|
+
node_path = require_dist.__toESM(node_path);
|
|
14
15
|
let node_os = require("node:os");
|
|
15
|
-
node_os =
|
|
16
|
+
node_os = require_dist.__toESM(node_os);
|
|
16
17
|
let node_fs = require("node:fs");
|
|
17
|
-
node_fs =
|
|
18
|
-
let node_path = require("node:path");
|
|
19
|
-
node_path = require_chunk.__toESM(node_path);
|
|
18
|
+
node_fs = require_dist.__toESM(node_fs);
|
|
20
19
|
//#region src/detection-pipeline/runtimes.ts
|
|
21
20
|
var KNOWN_PLATFORMS = [
|
|
22
21
|
"darwin",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { $ as supportedRuntimes$1, A as defaultDeviceFor$1, At as string, C as YAMNET_TO_MACRO, G as pipelineExecutorCapability, L as enumerateInferenceDevices, Mt as EventCategory, Ot as object, P as detectionPipelineCapability, R as evaluateZoneRules, St as array, X as runtimeDevices$1, _t as parseJsonUnknown, bt as sleep, dt as createEvent, ft as hydrateSchema, gt as nodePin, jt as union, st as BaseAddon, t as APPLE_SA_TO_MACRO, tt as errMsg, u as DEVICE_BACKEND_TO_FORMAT } from "../dist-
|
|
3
|
-
import { a as getDefaultModelForFormat, c as getStepDefinition, i as ALL_STEPS, l as resolveModelForFormat, n as startEventLoopStallMonitor, o as getDefaultModelForFormatFromDef, r as ALL_PIPELINE_STEPS, s as getStep } from "../event-loop-stall-monitor-
|
|
4
|
-
import { t as getSharp } from "../lazy-sharp-
|
|
2
|
+
import { $ as supportedRuntimes$1, A as defaultDeviceFor$1, At as string, C as YAMNET_TO_MACRO, G as pipelineExecutorCapability, L as enumerateInferenceDevices, Mt as EventCategory, Ot as object, P as detectionPipelineCapability, R as evaluateZoneRules, St as array, X as runtimeDevices$1, _t as parseJsonUnknown, bt as sleep, dt as createEvent, ft as hydrateSchema, gt as nodePin, jt as union, st as BaseAddon, t as APPLE_SA_TO_MACRO, tt as errMsg, u as DEVICE_BACKEND_TO_FORMAT } from "../dist-T_8jMw7d.mjs";
|
|
3
|
+
import { a as getDefaultModelForFormat, c as getStepDefinition, i as ALL_STEPS, l as resolveModelForFormat, n as startEventLoopStallMonitor, o as getDefaultModelForFormatFromDef, r as ALL_PIPELINE_STEPS, s as getStep } from "../event-loop-stall-monitor-XeGmL4xr.mjs";
|
|
4
|
+
import { t as getSharp } from "../lazy-sharp-6oymT_yf.mjs";
|
|
5
5
|
import { t as pickNodePlatformArch } from "../node-topology-platform-BkR_k6WT.mjs";
|
|
6
|
-
import { a as ensureModel, o as isModelDownloaded, r as deleteModelFromDisk } from "../addon-utils-
|
|
6
|
+
import { a as ensureModel, o as isModelDownloaded, r as deleteModelFromDisk } from "../addon-utils-A2S9D7pu.mjs";
|
|
7
7
|
import sharp from "sharp";
|
|
8
8
|
import { spawn } from "node:child_process";
|
|
9
|
+
import * as path$1 from "node:path";
|
|
9
10
|
import * as os from "node:os";
|
|
10
11
|
import * as fs from "node:fs";
|
|
11
|
-
import * as path$1 from "node:path";
|
|
12
12
|
//#region src/detection-pipeline/runtimes.ts
|
|
13
13
|
var KNOWN_PLATFORMS = [
|
|
14
14
|
"darwin",
|