Skip to content

Commit

Permalink
docs(docs/index.html): fix demo server ws url
Browse files Browse the repository at this point in the history
  • Loading branch information
pkjy committed May 24, 2024
1 parent e47cb01 commit 2aa00ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</head>

<body>
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script>
<!-- <script src="//cdn.jsdelivr.net/npm/eruda"></script> -->
<!-- <script>eruda.init();</script> -->
<div id="container"
style="width: 400px; margin: 0 auto;">
<button onclick="loadPCM()">PlayPCM</button>
Expand All @@ -35,7 +35,7 @@
function loadPCM() {
// 这是我搭载自己服务器上的server端,用来接收pcm数据
// 如果起了example里面的本地server端,改成对应的ws地址就行了
var socketURL = 'ws://192.210.136.64:8080';
var socketURL = 'ws://23.94.99.218:8899';

player = new PCMPlayer({
inputCodec: 'Int16',
Expand Down

0 comments on commit 2aa00ac

Please sign in to comment.