From 6275414186571b9793e76075a2156bf64753bc5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?=
<你的邮箱@example.com>
Date: Wed, 16 Jul 2025 17:37:34 +0800
Subject: [PATCH] feat(voice-recognition): add speech recognition and
emotion-based video switching
Implement voice recognition functionality that displays transcript in a styled container. Add emotion analysis to switch videos based on detected positive/negative keywords in speech. Includes UI updates for transcript display and microphone interaction.
---
index.html | 5 +++
script.js | 130 ++++++++++++++++++++++++++++++++++++++++++++---------
style.css | 27 +++++++++++
3 files changed, 142 insertions(+), 20 deletions(-)
diff --git a/index.html b/index.html
index fe56b78..8aa9b91 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,11 @@
+
+
+