简体   繁体   English

使用HTML5和javascript从iPhone Chrome进行语音录制

[英]voice recording from IPhone Chrome using HTML5 and javascript

I am working on a english learning website. 我正在一个英语学习网站上。 One part of our service are voice recording and grading. 我们服务的一部分是语音录制和分级。 We use getUserMedia API to get users voice, and it works fine on PC browsers and iOS safari, however, it couldn't work on iOS Chrome. 我们使用getUserMedia API来获得用户的声音,它在PC浏览器和iOS野生动物园上都可以正常工作,但是,在iOS Chrome上无法运行。 In caniuse compatible table, there is no iOS chrome item so I'm not sure is it possible to use this API on iOS chrome. caniuse兼容表中,没有iOS镶边项目,因此我不确定是否可以在iOS镶边上使用此API。 Is there any other methods or APIs to get users voice on iOS chrome? 还有其他方法或API可以使用户在iOS chrome上发表意见吗?

Unfortunately, you're probably out of luck. 不幸的是,您可能不走运。 iOS keeps very strict limitations on what alternative browsers can do. iOS对替代浏览器的功能有非常严格的限制。 This means that other iOS browsers like Chrome, Opera, etc. don't have access to many of the native features that Safari has. 这意味着其他iOS浏览器(例如Chrome,Opera等)无法访问Safari拥有的许多本机功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM