@mediapipe/tasks-audio 0.10.36-rc.20260607 → 0.10.36-rc.20260609
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/README.md +17 -0
- package/package.json +2 -2
- package/wasm/audio_wasm_internal.js +1 -1
- package/wasm/audio_wasm_internal.wasm +0 -0
- package/wasm/audio_wasm_module_internal.js +1 -1
- package/wasm/audio_wasm_module_internal.wasm +0 -0
- package/wasm/audio_wasm_nosimd_internal.js +1 -1
- package/wasm/audio_wasm_nosimd_internal.wasm +0 -0
package/README.md
CHANGED
|
@@ -31,3 +31,20 @@ const audioEmbedder = await AudioEmbedder.createFromModelPath(audio,
|
|
|
31
31
|
);
|
|
32
32
|
const embeddings = audioEmbedder.embed(audioData);
|
|
33
33
|
```
|
|
34
|
+
|
|
35
|
+
### Privacy Notice
|
|
36
|
+
|
|
37
|
+
Last modified: June 5, 2026
|
|
38
|
+
|
|
39
|
+
When you use MediaPipe Tasks, processing of the input data (e.g. images, video,
|
|
40
|
+
text) takes place on device, and MediaPipe does not send that input data to
|
|
41
|
+
Google servers. As a result, you can use our MediaPipe Tasks APIs for
|
|
42
|
+
processing data that should not leave the device.
|
|
43
|
+
|
|
44
|
+
MediaPipe Tasks APIs send metrics about the performance and utilization of the
|
|
45
|
+
APIs in your app to Google. Google uses this metrics data to measure
|
|
46
|
+
performance, usage, debug, maintain and improve the MediaPipe Tasks, as further
|
|
47
|
+
described in our [Privacy Policy](https://policies.google.com/privacy).
|
|
48
|
+
|
|
49
|
+
**You are responsible for obtaining informed consent from your app users about
|
|
50
|
+
Google's processing of MediaPipe metrics data as required by applicable law.**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediapipe/tasks-audio",
|
|
3
|
-
"version": "0.10.36-rc.
|
|
4
|
-
"description": "MediaPipe Audio Tasks",
|
|
3
|
+
"version": "0.10.36-rc.20260609",
|
|
4
|
+
"description": "MediaPipe Audio Tasks. See the privacy notice at https://developers.google.com/edge/mediapipe/solutions/tasks#mediapipe_tasks_privacy_notice.",
|
|
5
5
|
"main": "audio_bundle.cjs",
|
|
6
6
|
"browser": "audio_bundle.mjs",
|
|
7
7
|
"module": "audio_bundle.mjs",
|
|
@@ -6406,7 +6406,7 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
6406
6406
|
// End JS library exports
|
|
6407
6407
|
// end include: postlibrary.js
|
|
6408
6408
|
var ASM_CONSTS = {
|
|
6409
|
-
|
|
6409
|
+
665436: () => {
|
|
6410
6410
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
6411
6411
|
}
|
|
6412
6412
|
};
|
|
Binary file
|
|
@@ -6409,7 +6409,7 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
6409
6409
|
// End JS library exports
|
|
6410
6410
|
// end include: postlibrary.js
|
|
6411
6411
|
var ASM_CONSTS = {
|
|
6412
|
-
|
|
6412
|
+
665436: () => {
|
|
6413
6413
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
6414
6414
|
}
|
|
6415
6415
|
};
|
|
Binary file
|
|
@@ -6406,7 +6406,7 @@ Module["FS_createLazyFile"] = FS_createLazyFile;
|
|
|
6406
6406
|
// End JS library exports
|
|
6407
6407
|
// end include: postlibrary.js
|
|
6408
6408
|
var ASM_CONSTS = {
|
|
6409
|
-
|
|
6409
|
+
665308: () => {
|
|
6410
6410
|
specialHTMLTargets["#canvas"] = Module.canvas;
|
|
6411
6411
|
}
|
|
6412
6412
|
};
|
|
Binary file
|