update a pack

This commit is contained in:
sijinhui 2024-03-28 23:05:24 +08:00
parent 7acc2d5e28
commit 23eeff047a
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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",