Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bosscheng committed Jul 14, 2023
1 parent 578e201 commit de10026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/public/pro/talk-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span style="color: red">Tips:</span> <span>麦克风权限需要Https 或者localhost</span>
</div>
<div class="input">
<span></span>
<span style="color: red">Tips:</span> <span>标准的g711a/u 协议 8k采样率,16位采样精度</span>
</div>
<div class="input">
<input type="text" value="" placeholder="例如:ws://localhost:8080/" id="talkUrl">
Expand Down Expand Up @@ -56,8 +56,8 @@
<span class="span-row">
采样率
<select id="talkSampleRate">
<option value="16000" selected>16000</option>
<option value="8000">8000</option>
<option value="16000">16000</option>
<option value="8000" selected>8000</option>
</select>
Hz
</span>
Expand Down

1 comment on commit de10026

@vercel
Copy link

@vercel vercel bot commented on de10026 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.