feat : 语音转文字实现
This commit is contained in:
@@ -300,6 +300,7 @@ const {
|
||||
} = useRealtimeRecorderOnce();
|
||||
|
||||
watch(recognizedText, (newText) => {
|
||||
console.log(newText,'++++++++')
|
||||
if (newText && newText.trim() && !isProcessing.value) {
|
||||
setTimeout(() => {
|
||||
sendMessage(newText);
|
||||
|
||||
Reference in New Issue
Block a user