As of iOS 12, MediaRecorder
hasn't been yet implemented. MediaDevices however works, allowing to request access to the user' microphone.
I am trying to figure out if there is at least one way of recording audio straight from the browser. I suppose there must be at least one, otherwise what would be the point of granting access to the microphone?
However I can't seem to find a single working solution. Am I missing something?
As of iOS 12, MediaRecorder
hasn't been yet implemented. MediaDevices however works, allowing to request access to the user' microphone.
I am trying to figure out if there is at least one way of recording audio straight from the browser. I suppose there must be at least one, otherwise what would be the point of granting access to the microphone?
However I can't seem to find a single working solution. Am I missing something?
Share Improve this question edited Jul 27, 2018 at 9:47 Pooja Gupta 79310 silver badges23 bronze badges asked Jul 27, 2018 at 9:28 resleresle 2,3744 gold badges23 silver badges40 bronze badges1 Answer
Reset to default 7To my knowledge, these two libs are currently the only working solutions for iOS 11.3:
- https://github./ai/audio-recorder-polyfill
- https://github./danielstorey/WebAudioTrack
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742347414a4426825.html
评论列表(0条)