From 23eeff047a36446a72537ebd3ed62a4feb87d32c Mon Sep 17 00:00:00 2001 From: sijinhui Date: Thu, 28 Mar 2024 23:05:24 +0800 Subject: [PATCH] update a pack --- app/components/voice-input.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/voice-input.tsx b/app/components/voice-input.tsx index 598b7322e..28f81215d 100644 --- a/app/components/voice-input.tsx +++ b/app/components/voice-input.tsx @@ -115,7 +115,7 @@ export default function VoiceInput({ speechConfig.speechRecognitionLanguage = "zh-CN"; speechConfig.setProperty( ms_audio_sdk.PropertyId.SpeechServiceConnection_EndSilenceTimeoutMs, - "2500", + "3500", ); recognizer.current = new ms_audio_sdk.SpeechRecognizer( speechConfig, diff --git a/package.json b/package.json index b25035171..3010ab2a6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hello-pangea/dnd": "^16.5.0", "@next-auth/prisma-adapter": "^1.0.7", "@next/third-parties": "^14.1.0", - "@prisma/client": "^5.9.0", + "@prisma/client": "5.11.0", "@svgr/webpack": "^8.1.0", "@vercel/analytics": "^1.1.2", "@vercel/speed-insights": "^1.0.9",