From 3bd503cf3bf5e05462c9d78c16a6d3bac9634b69 Mon Sep 17 00:00:00 2001 From: yaroslav8765 Date: Fri, 1 May 2026 12:55:31 +0300 Subject: [PATCH 01/37] chore: seech recognirion progress --- custom/ChatSurface.vue | 2 + custom/package.json | 3 +- custom/pnpm-lock.yaml | 29 +++ .../MicrophoneButon.vue | 188 ++++++++++++++++++ .../types/voice-activity-detection.d.ts | 22 ++ .../voiceActivityDetection.ts | 134 +++++++++++++ custom/types.ts | 2 +- index.ts | 34 ++++ 8 files changed, 412 insertions(+), 2 deletions(-) create mode 100644 custom/speech_recognition_frontend/MicrophoneButon.vue create mode 100644 custom/speech_recognition_frontend/types/voice-activity-detection.d.ts create mode 100644 custom/speech_recognition_frontend/voiceActivityDetection.ts diff --git a/custom/ChatSurface.vue b/custom/ChatSurface.vue index 18deb5a..cb78d34 100644 --- a/custom/ChatSurface.vue +++ b/custom/ChatSurface.vue @@ -169,6 +169,7 @@ +