perf: avoid silk encoding blocking the main event loop (#527)

This commit is contained in:
pk5ls20
2024-11-15 20:39:18 +08:00
committed by GitHub
parent fec1b0d3b8
commit 27d3f6ee18
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"
}
}
}