From f5c4158fc1967f2c2a733d9c9a4627a04fda834f Mon Sep 17 00:00:00 2001
From: lingxiao865 <1060369102@qq.com>
Date: Thu, 18 Sep 2025 17:50:03 +0800
Subject: [PATCH] first commit
---
.idea/.gitignore | 8 +
.idea/PythonProject.iml | 8 +
.idea/inspectionProfiles/Project_Default.xml | 12 +
.../inspectionProfiles/profiles_settings.xml | 6 +
.idea/misc.xml | 6 +
.idea/modules.xml | 8 +
1.html | 332 +
2.html | 137 +
2.py | 34 +
3.html | 1136 +
3.py | 9 +
asr_api.py | 113 +
js-libraries/ort.js | 29512 ++++++++++++++++
js-libraries/vad.bundle.min.js | 1 +
requirements.txt | 9 +
speaker.html | 488 +
16 files changed, 31819 insertions(+)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/PythonProject.iml
create mode 100644 .idea/inspectionProfiles/Project_Default.xml
create mode 100644 .idea/inspectionProfiles/profiles_settings.xml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 1.html
create mode 100644 2.html
create mode 100644 2.py
create mode 100644 3.html
create mode 100644 3.py
create mode 100644 asr_api.py
create mode 100644 js-libraries/ort.js
create mode 100644 js-libraries/vad.bundle.min.js
create mode 100644 requirements.txt
create mode 100644 speaker.html
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..35410ca
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/PythonProject.iml b/.idea/PythonProject.iml
new file mode 100644
index 0000000..6972345
--- /dev/null
+++ b/.idea/PythonProject.iml
@@ -0,0 +1,8 @@
+
+