Toggle navigation
Toggle navigation
This project
Loading...
Sign in
冯杨
/
liveTalking
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
冯杨
2025-04-30 15:06:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77ead9baf7eb5b5aaabfef51e4472308601b10ca
77ead9ba
1 parent
f014e7f7
socket.js换cdn源
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
8 deletions
requirements.txt
web/chat.html
web/echo.html
web/echoapi.html
web/rtcpush.html
web/rtcpushapi-asr.html
web/rtcpushapi.html
web/rtcpushchat.html
web/webrtcapi-asr.html
requirements.txt
View file @
77ead9b
...
...
@@ -41,3 +41,5 @@ accelerate
librosa
openai
#判断音频类型的支持
AudioSegment
...
...
web/chat.html
View file @
77ead9b
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<script
type=
"text/javascript"
src=
"mpegts-1.7.3.min.js"
></script>
<script
type=
"text/javascript"
src=
"http
://cdn.sockjs.org/sockjs-0.3.4
.js"
></script>
<script
type=
"text/javascript"
src=
"http
s://cdn.jsdelivr.net/npm/sockjs-client@1.5.1/dist/sockjs.min
.js"
></script>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.1.min.js"
></script>
...
...
web/echo.html
View file @
77ead9b
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<script
type=
"text/javascript"
src=
"mpegts-1.7.3.min.js"
></script>
<script
type=
"text/javascript"
src=
"http
://cdn.sockjs.org/sockjs-0.3.4
.js"
></script>
<script
type=
"text/javascript"
src=
"http
s://cdn.jsdelivr.net/npm/sockjs-client@1.5.1/dist/sockjs.min
.js"
></script>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.1.min.js"
></script>
...
...
web/echoapi.html
View file @
77ead9b
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<script
type=
"text/javascript"
src=
"mpegts-1.7.3.min.js"
></script>
<script
type=
"text/javascript"
src=
"http
://cdn.sockjs.org/sockjs-0.3.4
.js"
></script>
<script
type=
"text/javascript"
src=
"http
s://cdn.jsdelivr.net/npm/sockjs-client@1.5.1/dist/sockjs.min
.js"
></script>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.1.min.js"
></script>
...
...
web/rtcpush.html
View file @
77ead9b
...
...
@@ -45,7 +45,7 @@
</div>
<script
src=
"srs.sdk.js"
></script>
<script
type=
"text/javascript"
src=
"http
://cdn.sockjs.org/sockjs-0.3.4
.js"
></script>
<script
type=
"text/javascript"
src=
"http
s://cdn.jsdelivr.net/npm/sockjs-client@1.5.1/dist/sockjs.min
.js"
></script>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.1.min.js"
></script>
</body>
<script
type=
"text/javascript"
charset=
"utf-8"
>
...
...
web/rtcpushapi-asr.html
View file @
77ead9b
...
...
@@ -48,7 +48,7 @@
<iframe
src=
"asr/index.html"
width=
"600"
height=
"500"
></iframe>
<script
src=
"srs.sdk.js"
></script>
<script
type=
"text/javascript"
src=
"http
://cdn.sockjs.org/sockjs-0.3.4
.js"
></script>
<script
type=
"text/javascript"
src=
"http
s://cdn.jsdelivr.net/npm/sockjs-client@1.5.1/dist/sockjs.min
.js"
></script>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.1.min.js"
></script>
</body>
<script
type=
"text/javascript"
charset=
"utf-8"
>
...
...
web/rtcpushapi.html
View file @
77ead9b
...
...
@@ -45,7 +45,7 @@
</div>
<script
src=
"srs.sdk.js"
></script>
<script
type=
"text/javascript"
src=
"http
://cdn.sockjs.org/sockjs-0.3.4
.js"
></script>
<script
type=
"text/javascript"
src=
"http
s://cdn.jsdelivr.net/npm/sockjs-client@1.5.1/dist/sockjs.min
.js"
></script>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.1.min.js"
></script>
</body>
<script
type=
"text/javascript"
charset=
"utf-8"
>
...
...
web/rtcpushchat.html
View file @
77ead9b
...
...
@@ -45,7 +45,7 @@
</div>
<script
src=
"srs.sdk.js"
></script>
<script
type=
"text/javascript"
src=
"http
://cdn.sockjs.org/sockjs-0.3.4
.js"
></script>
<script
type=
"text/javascript"
src=
"http
s://cdn.jsdelivr.net/npm/sockjs-client@1.5.1/dist/sockjs.min
.js"
></script>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.1.min.js"
></script>
</body>
<script
type=
"text/javascript"
charset=
"utf-8"
>
...
...
web/webrtcapi-asr.html
View file @
77ead9b
...
...
@@ -53,7 +53,7 @@
<iframe
src=
"asr/index.html"
width=
"600"
height=
"500"
></iframe>
<script
src=
"client.js"
></script>
<script
type=
"text/javascript"
src=
"http
://cdn.sockjs.org/sockjs-0.3.4
.js"
></script>
<script
type=
"text/javascript"
src=
"http
s://cdn.jsdelivr.net/npm/sockjs-client@1.5.1/dist/sockjs.min
.js"
></script>
<script
type=
"text/javascript"
src=
"https://code.jquery.com/jquery-2.1.1.min.js"
></script>
</body>
<script
type=
"text/javascript"
charset=
"utf-8"
>
...
...
Please
register
or
login
to post a comment