Skip to content

Commit

Permalink
添加ogg支持
Browse files Browse the repository at this point in the history
xiangyuecn committed Dec 9, 2018
1 parent 3fc9d0d commit 4b9eba0
Showing 5 changed files with 37,356 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ mp3使用lamejs编码,压缩后的recorder.mp3.min.js文件150kb左右。如
``` html
<script src="recorder.mp3.min.js"></script>
```
或者直接使用源码,可以引用src目录中的recorder-core.js+相应类型的实现文件,比如要mp3录音:
或者直接使用源码(src内的为源码、dist内的为压缩后的),可以引用src目录中的recorder-core.js+相应类型的实现文件,比如要mp3录音:
``` html
<script src="src/recorder-core.js"></script> <!--必须引入的录音核心-->
<script src="src/engine/mp3.js"></script> <!--相应格式支持文件-->
2 changes: 1 addition & 1 deletion dist/engine/bate-ogg.js

Large diffs are not rendered by default.

Loading
Oops, something went wrong.

0 comments on commit 4b9eba0

Please sign in to comment.