Skip to content

Commit

Permalink
改进兼容测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Jul 22, 2019
1 parent cb9b124 commit 3607ee9
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ IOS其他浏览器||
<script src="src/engine/mp3.js"></script> <!--相应格式支持文件-->
<script src="src/engine/mp3-engine.js"></script> <!--如果此格式有额外的编码引擎的话,也要加上-->
```
> 可自行用 `AMD/CommonJS` 写法把 `Recorder` 函数(把格式支持文件合并过来)进行导出;或者尝试直接 `import/require` `recorder.mp3.min.js`,应该可以通过全局`window.Recorder`访问,简单粗暴。vue?! angular?!可用??!!。
## 【2】调用录音
然后使用,假设立即运行,只录3秒
Expand Down
250 changes: 250 additions & 0 deletions assets/ztext_collab-project_videojs-record.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<button onclick="recplay2(this,'rec-4000ms-64kbps-16000hz.webm')">webm</button>
<button onclick="recplay2(this,'rec-4000ms-12.8kbps-8000hz.amr')">amr</button>

Audio对录音的影响测试(<a href="https://github.com/xiangyuecn/Recorder/issues/34">issues#34</a>,先播放,然后试试能否正常录音。另测试浏览器对音频的支持情况。
Audio对录音的影响测试(<a href="https://github.com/xiangyuecn/Recorder/issues/34">issues#34</a>;IOS Safari如果未开始过录音并且播放了音乐,然后后续录音将会有问题;再现方法:刷新页面后首先先播放音乐,然后开始测试录音,会发现波形显示掉帧或者保持直线。另测试浏览器对音频的支持情况。
</div>

<div class="recinfo"></div>
Expand Down Expand Up @@ -186,7 +186,7 @@
注:录音时注意观察灰色区域是否有绿色音量跳动,没有绿色跳动说明Recorder没有获取到声音数据。如果测试发现mp3没有声音,可以试一下wav格式,如果wav格式有声音,说明内置lamejs mp3编码器有问题。如果都没有,下载下来播放看看有没有。下载下来也没有声音可以反馈一下。
</div>
<div style="padding-top:20px">
如果浏览器不能正常录音,并且不确定是不是这个库的问题,可以到 <a href="https://collab-project.github.io/videojs-record/examples/audio-only.html">https://collab-project.github.io/videojs-record/examples/audio-only.html</a> 试一下。
如果浏览器不能正常录音,并且不确定是不是这个库的问题,可以到 <a href="https://xiangyuecn.github.io/Recorder/assets/ztext_collab-project_videojs-record.html">assets/ztext_collab-project_videojs-record.html</a> 试一下。
</div>
</script>

Expand Down

0 comments on commit 3607ee9

Please sign in to comment.