fix : 录音状态优化

This commit is contained in:
2025-12-29 13:56:22 +08:00
parent f78a0b84d8
commit 3d6297231c

View File

@@ -545,8 +545,8 @@ export function useRealtimeRecorderOnce() {
// debugSaveWavFile(audioBlob);
// 发送到服务器进行识别
isProcessing.value = false
await sendToASR(audioBlob);
isProcessing.value = false
} else {
throw new Error('录音数据为空或无效');
}