Skip to content

Commit 57a1af9

Browse files
committed
fix: convert recording to mp3
1 parent b16ae64 commit 57a1af9

File tree

5 files changed

+98
-439
lines changed

5 files changed

+98
-439
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"dependencies": {
1818
"@ant-design/icons": "^5.5.1",
1919
"@ant-design/pro-components": "^2.7.18",
20-
"@ffmpeg/ffmpeg": "^0.12.10",
2120
"@huggingface/gguf": "^0.1.7",
2221
"@huggingface/hub": "^0.15.1",
2322
"@huggingface/tasks": "^0.11.6",
@@ -42,13 +41,13 @@
4241
"highlight.js": "^11.10.0",
4342
"jotai": "^2.8.4",
4443
"jszip": "^3.10.1",
44+
"lamejs": "github:zhuker/lamejs",
4545
"localforage": "^1.10.0",
4646
"lodash": "^4.17.21",
4747
"mammoth": "^1.8.0",
4848
"marked": "^14.1.0",
4949
"ml-dataset-iris": "^1.2.1",
5050
"ml-pca": "^4.1.1",
51-
"node-vibrant": "3.1.6",
5251
"numeral": "^2.0.6",
5352
"overlayscrollbars": "^2.10.0",
5453
"overlayscrollbars-react": "^0.5.6",
@@ -62,7 +61,6 @@
6261
"react-hotkeys-hook": "^4.5.0",
6362
"simplebar-react": "^3.2.6",
6463
"umi-presets-pro": "^2.0.3",
65-
"vibrant": "^0.0.1",
6664
"wavesurfer.js": "^7.8.8",
6765
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
6866
},

0 commit comments

Comments
 (0)