@mediapipe/tasks-audio 0.1.0-alpha-10 → 0.1.0-alpha-12
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/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Build
|
|
1
|
+
// Build 525233580
|
|
2
2
|
|
|
3
3
|
var ModuleFactory = (() => {
|
|
4
4
|
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
|
|
@@ -520,33 +520,10 @@ var tempDouble;
|
|
|
520
520
|
var tempI64;
|
|
521
521
|
|
|
522
522
|
var ASM_CONSTS = {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
if (init_once) {
|
|
526
|
-
const cachedFindCanvasEventTarget = findCanvasEventTarget;
|
|
527
|
-
if (typeof cachedFindCanvasEventTarget !== "function") {
|
|
528
|
-
if (typeof console !== "undefined") {
|
|
529
|
-
console.error("Expected Emscripten global function " + '"findCanvasEventTarget" not found. WebGL context creation ' + "may fail.");
|
|
530
|
-
}
|
|
531
|
-
return;
|
|
532
|
-
}
|
|
533
|
-
findCanvasEventTarget = function(target) {
|
|
534
|
-
if (target == 0) {
|
|
535
|
-
if (Module && Module.canvas) {
|
|
536
|
-
return Module.canvas;
|
|
537
|
-
} else if (Module && Module.canvasCssSelector) {
|
|
538
|
-
return cachedFindCanvasEventTarget(Module.canvasCssSelector);
|
|
539
|
-
}
|
|
540
|
-
if (typeof console !== "undefined") {
|
|
541
|
-
console.warn("Module properties canvas and canvasCssSelector not " + "found during WebGL context creation.");
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
return cachedFindCanvasEventTarget(target);
|
|
545
|
-
};
|
|
546
|
-
init_once = false;
|
|
547
|
-
}
|
|
523
|
+
557138: () => {
|
|
524
|
+
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
548
525
|
},
|
|
549
|
-
|
|
526
|
+
557189: () => {
|
|
550
527
|
return typeof wasmOffsetConverter !== "undefined";
|
|
551
528
|
}
|
|
552
529
|
};
|
|
@@ -6276,9 +6253,9 @@ var stackAlloc = Module["stackAlloc"] = function() {
|
|
|
6276
6253
|
return (stackAlloc = Module["stackAlloc"] = Module["asm"]["Sb"]).apply(null, arguments);
|
|
6277
6254
|
};
|
|
6278
6255
|
|
|
6279
|
-
var ___start_em_js = Module["___start_em_js"] =
|
|
6256
|
+
var ___start_em_js = Module["___start_em_js"] = 553708;
|
|
6280
6257
|
|
|
6281
|
-
var ___stop_em_js = Module["___stop_em_js"] =
|
|
6258
|
+
var ___stop_em_js = Module["___stop_em_js"] = 557138;
|
|
6282
6259
|
|
|
6283
6260
|
Module["addRunDependency"] = addRunDependency;
|
|
6284
6261
|
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Build
|
|
1
|
+
// Build 525233580
|
|
2
2
|
|
|
3
3
|
var ModuleFactory = (() => {
|
|
4
4
|
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
|
|
@@ -520,33 +520,10 @@ var tempDouble;
|
|
|
520
520
|
var tempI64;
|
|
521
521
|
|
|
522
522
|
var ASM_CONSTS = {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
if (init_once) {
|
|
526
|
-
const cachedFindCanvasEventTarget = findCanvasEventTarget;
|
|
527
|
-
if (typeof cachedFindCanvasEventTarget !== "function") {
|
|
528
|
-
if (typeof console !== "undefined") {
|
|
529
|
-
console.error("Expected Emscripten global function " + '"findCanvasEventTarget" not found. WebGL context creation ' + "may fail.");
|
|
530
|
-
}
|
|
531
|
-
return;
|
|
532
|
-
}
|
|
533
|
-
findCanvasEventTarget = function(target) {
|
|
534
|
-
if (target == 0) {
|
|
535
|
-
if (Module && Module.canvas) {
|
|
536
|
-
return Module.canvas;
|
|
537
|
-
} else if (Module && Module.canvasCssSelector) {
|
|
538
|
-
return cachedFindCanvasEventTarget(Module.canvasCssSelector);
|
|
539
|
-
}
|
|
540
|
-
if (typeof console !== "undefined") {
|
|
541
|
-
console.warn("Module properties canvas and canvasCssSelector not " + "found during WebGL context creation.");
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
return cachedFindCanvasEventTarget(target);
|
|
545
|
-
};
|
|
546
|
-
init_once = false;
|
|
547
|
-
}
|
|
523
|
+
557522: () => {
|
|
524
|
+
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
548
525
|
},
|
|
549
|
-
|
|
526
|
+
557573: () => {
|
|
550
527
|
return typeof wasmOffsetConverter !== "undefined";
|
|
551
528
|
}
|
|
552
529
|
};
|
|
@@ -6276,9 +6253,9 @@ var stackAlloc = Module["stackAlloc"] = function() {
|
|
|
6276
6253
|
return (stackAlloc = Module["stackAlloc"] = Module["asm"]["Sb"]).apply(null, arguments);
|
|
6277
6254
|
};
|
|
6278
6255
|
|
|
6279
|
-
var ___start_em_js = Module["___start_em_js"] =
|
|
6256
|
+
var ___start_em_js = Module["___start_em_js"] = 554092;
|
|
6280
6257
|
|
|
6281
|
-
var ___stop_em_js = Module["___stop_em_js"] =
|
|
6258
|
+
var ___stop_em_js = Module["___stop_em_js"] = 557522;
|
|
6282
6259
|
|
|
6283
6260
|
Module["addRunDependency"] = addRunDependency;
|
|
6284
6261
|
|
|
Binary file
|