feat: 语音

This commit is contained in:
电摇小子
2026-08-05 09:45:59 +08:00
committed by Wxw-Gu
parent 69bc6f57e7
commit 7529a67f09
49 changed files with 3013 additions and 154 deletions
+3 -2
View File
@@ -7,12 +7,13 @@ export default defineConfig({
build: {
rollupOptions: {
input: {
index: resolve('src/main/index.ts')
index: resolve('src/main/index.ts'),
voiceRecognitionWorker: resolve('src/main/voice-pipeline/voice-recognition-worker.ts')
},
output: {
entryFileNames: '[name].js'
},
external: ['koffi']
external: ['koffi', 'sherpa-onnx-node']
}
}
},