perf: avoid silk encoding blocking the main event loop (#527)
Some checks failed
Build Action / Build-LiteLoader (push) Failing after 13s
Build Action / Build-Shell (push) Failing after 12s

This commit is contained in:
pk5ls20
2024-11-15 20:39:18 +08:00
committed by GitHub
parent 74b4d9bf49
commit e44595334a
4 changed files with 44 additions and 16 deletions

View File

@@ -48,9 +48,10 @@
},
"dependencies": {
"express": "^5.0.0",
"fluent-ffmpeg": "^2.1.2",
"qrcode-terminal": "^0.12.0",
"silk-wasm": "^3.6.1",
"ws": "^8.18.0",
"qrcode-terminal": "^0.12.0",
"fluent-ffmpeg": "^2.1.2"
"piscina": "^4.7.0"
}
}
}