Skip to content

Commit

Permalink
IOS 14.3已开始提供全面的getUserMedia支持
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Feb 15, 2021
1 parent 1d2d50b commit 59f9649
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@



**RecordApp**
[ [RecordApp测试](https://jiebian.life/web/h5/github/recordapp.aspx) ]
[ [App QuickStart](https://jiebian.life/web/h5/github/recordapp.aspx?path=/app-support-sample/QuickStart.html) ]
[ [App vue](https://jiebian.life/web/h5/github/recordapp.aspx?path=/assets/demo-vue/recordapp.html) ]
[ [Android、IOS App源码](https://github.com/xiangyuecn/Recorder/tree/master/app-support-sample) ]



**工具集**
[ [Recorder代码运行和静态分发](https://xiangyuecn.gitee.io/recorder/assets/%E5%B7%A5%E5%85%B7-%E4%BB%A3%E7%A0%81%E8%BF%90%E8%A1%8C%E5%92%8C%E9%9D%99%E6%80%81%E5%88%86%E5%8F%91Runtime.html) ]
[ [裸(RAW、WAV)PCM转WAV播放测试和转码](https://xiangyuecn.gitee.io/recorder/assets/%E5%B7%A5%E5%85%B7-%E8%A3%B8PCM%E8%BD%ACWAV%E6%92%AD%E6%94%BE%E6%B5%8B%E8%AF%95.html) ]
Expand All @@ -31,6 +23,14 @@



**RecordApp**[即将废弃]
[ [RecordApp测试](https://jiebian.life/web/h5/github/recordapp.aspx) ]
[ [App QuickStart](https://jiebian.life/web/h5/github/recordapp.aspx?path=/app-support-sample/QuickStart.html) ]
[ [App vue](https://jiebian.life/web/h5/github/recordapp.aspx?path=/assets/demo-vue/recordapp.html) ]
[ [Android、IOS App源码](https://github.com/xiangyuecn/Recorder/tree/master/app-support-sample) ]





录音默认输出mp3格式,另外可选wav格式;有限支持ogg(beta)、webm(beta)、amr(beta)格式;支持任意格式扩展(前提有相应编码器)。
Expand Down Expand Up @@ -929,7 +929,7 @@ public void onPermissionRequest(PermissionRequest request) {
# :open_book:IOS Hybrid App中录音示例
IOS 14.3+:新版本IOS WKWebView已支持H5录音,但作者还未测试,暂时不提供实现方法,请自行对接。

IOS 11.0-14.3:纯粹的H5录音在IOS WebView中是不支持的,需要有Native层的支持,具体参考RecordApp中的[app-support-sample/demo_ios](https://github.com/xiangyuecn/Recorder/tree/master/app-support-sample/demo_ios),含IOS App源码。
IOS 11.0-14.2:纯粹的H5录音在IOS WebView中是不支持的,需要有Native层的支持,具体参考RecordApp中的[app-support-sample/demo_ios](https://github.com/xiangyuecn/Recorder/tree/master/app-support-sample/demo_ios),含IOS App源码。



Expand Down
8 changes: 4 additions & 4 deletions assets/npm-home/hash-history.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"sha1": "991658bd6c1486dbc6c639dbbc295d4e6aab2182",
"time": "2021-2-15 17:57:07"
},
{
"sha1": "c00dad38fd459f8dfd18c9b334907c27346b7231",
"time": "2021-2-15 17:46:13"
Expand All @@ -14,9 +18,5 @@
{
"sha1": "326682217de610f15e0e456fdfe0725362dc5cd2",
"time": "2020-6-26 19:35:22"
},
{
"sha1": "ebbcd0cd7c989445ad1c03a053a75aed4672c10c",
"time": "2020-6-25 23:11:10"
}
]

0 comments on commit 59f9649

Please sign in to comment.