Skip to content

Commit

Permalink
调整比特率和采样率的提示,消除歧义
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Apr 24, 2019
1 parent 0bfa60d commit 51c3195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app-support-sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@
提示:<span class="typeTips">-</span>
</div>
<div class="pd">
比特率: <input type="text" class="bit" value="16">如:kbps mp3、wav取值8位16位
比特率: <input type="text" class="bit" value="16"> kbps,越大音质越好
</div>
<div class="pd">
采样率: <input type="text" class="sample" value="16000">如:mp3标准值,wav任意
采样率: <input type="text" class="sample" value="16000"> hz,越大细节越丰富
</div>
<div class="pd">
JsSDK: <label><input type="checkbox" class="alwaysUseWeixinJS">Android微信内也用JsSDK</label>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
提示:<span class="typeTips">-</span>
</div>
<div class="pd">
比特率:<input type="text" class="bit" value="16">如:kbps mp3、wav取值8位16位
比特率: <input type="text" class="bit" value="16"> kbps,越大音质越好
</div>
<div class="pd">
采样率:<input type="text" class="sample" value="16000">如:mp3标准值,wav任意
采样率: <input type="text" class="sample" value="16000"> hz,越大细节越丰富
</div>
<div class="pd btns">
<button onclick="recopen()">打开录音</button>
Expand All @@ -130,7 +130,7 @@
</div>
<div class="pd">
<button onclick="recstop2()">批量编码</button>
<input type="text" class="bits" value="8 to 96 step 8">kbps(wav固定8、16),测试音质用的,除比特率外其他参数可调整
<input type="text" class="bits" value="8 to 96 step 8">kbps 测试音质用的,除比特率外其他参数可调整
</div>
<div class="pd">
<div style="height:100px;width:300px;border:1px solid #ccc;box-sizing: border-box;display:inline-block" class="recwave"></div>
Expand Down

0 comments on commit 51c3195

Please sign in to comment.