@qvac/decoder-audio 0.4.0 → 0.5.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.
- package/README.md +1 -1
- package/package.json +5 -7
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ This decoder library leverages FFmpeg for efficient audio decoding. It simplifie
|
|
|
31
31
|
| Windows | x64 | 10+ | ✅ Tier 1 | N/A (CPU only) |
|
|
32
32
|
|
|
33
33
|
**Dependencies:**
|
|
34
|
-
-
|
|
34
|
+
- inference-addon-cpp: C++ addon framework
|
|
35
35
|
- FFmpeg: Audio decoding engine
|
|
36
36
|
- Bare Runtime (latest): JavaScript runtime
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qvac/decoder-audio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Tether",
|
|
@@ -39,6 +39,9 @@
|
|
|
39
39
|
"@types/node": "^22.14.1",
|
|
40
40
|
"bare-os": "^3.6.2",
|
|
41
41
|
"bare-url": "^2.1.6",
|
|
42
|
+
"bare-fs": "^4.5.1",
|
|
43
|
+
"bare-path": "^3.0.0",
|
|
44
|
+
"bare-process": "^4.2.2",
|
|
42
45
|
"brittle": "^3.13.1",
|
|
43
46
|
"nyc": "^17.1.0",
|
|
44
47
|
"standard": "^17.1.2",
|
|
@@ -48,12 +51,7 @@
|
|
|
48
51
|
"@qvac/error": "^0.1.0",
|
|
49
52
|
"@qvac/infer-base": "^0.4.0",
|
|
50
53
|
"@qvac/logging": "^0.1.0",
|
|
51
|
-
"bare-
|
|
52
|
-
"bare-channel": "^5.2.2",
|
|
53
|
-
"bare-ffmpeg": "^1.0.0-32",
|
|
54
|
-
"bare-fs": "^4.5.1",
|
|
55
|
-
"bare-path": "^3.0.0",
|
|
56
|
-
"bare-process": "^4.2.2"
|
|
54
|
+
"bare-ffmpeg": "^1.0.0-32"
|
|
57
55
|
},
|
|
58
56
|
"repository": {
|
|
59
57
|
"type": "git",
|